Skip to content

Constants

tamil letters

tamil letters are classified into several type we can get all that type using this

from tamilstring.utf8 import tamil_vowel_letters
print(tamil_vowel_letters) 

Output :

["அ","ஆ","இ","ஈ","உ","ஊ","எ","ஏ","ஐ","ஒ","ஓ","ஔ"]

from tamilstring.utf8 import tamil_vowel_unicode_symbols
print(tamil_vowel_unicode_symbols) 

Output :

["ா", "ி", "ீ", "ு", "ூ", "ெ", "ே", "ை", "ொ", "ோ", "ௌ" ]

from tamilstring.utf8 import tamil_consonent_letters
print(tamil_consonent_letters) 

Output :

["க","ங","ச","ஞ","ட","ண","த","ந","ப","ம","ய","ர","ல","வ","ழ","ள","ற","ன"]

from tamilstring.utf8 import tamil_autham_letter
print(tamil_autham_letter) 

Output :

"ஃ"

from tamilstring.utf8 import sanskrit_vowel_letters
print(sanskrit_vowel_letters) 

Output :

["ஶ", "ஜ", "ஷ", "ஸ", "ஹ", "க்ஷ"]

from tamilstring.utf8 import sanskrit_consonents_letters
print(sanskrit_consonents_letters) 

Output :

["ஶ்", "ஜ்", "ஷ்", "ஸ்", "ஹ்", "க்ஷ்"]

from tamilstring.utf8 import tamil_numerals
print(tamil_numerals) 

Output :

["௦", "௧", "௨", "௩", "௪", "௫", "௬", "௭", "௮", "௯", "௰""௱","௲"]

from tamilstring.utf8 import tamil_sym
print(tamil_sym) 

Output :

["௳","௴","௵","௶","௷","௹","௺"]

from tamilstring.utf8 import tamil_hard_consonents
print(tamil_hard_consonents) 

Output :

["க்","ச்","ட்","த்","ப்","ற்"]

from tamilstring.utf8 import tamil_soft_consonents
print(tamil_soft_consonents) 

Output :

["ங்","ஞ்","ண்","ந்", "ம்","ன்"]

from tamilstring.utf8 import tamil_medium_consonents
print(tamil_medium_consonents) 

Output :

["ய்", "ர்", "ல்", "வ்", "ழ்", "ள்"]

from tamilstring.utf8 import TAMIL_SYMBOLS
print(TAMIL_SYMBOLS) 

Output :

['௹']

from tamilstring.utf8 import TAMIL_NUMURALS
print(TAMIL_NUMURALS) 

Output :

["௦", "௧", "௨", "௩", "௪", "௫", "௬", "௭", "௮", "௯", "௰""௱","௲"]

from tamilstring.utf8 import print

print(TA_ROOT_CONSONENT) 

Output :

["க","ங","ச","ஞ","ட","ண","த","ந","ப","ம","ய","ர","ல","வ","ழ","ள","ற","ன"]

from tamilstring.utf8 import TAMIL_ROOT_VOWEL
print(TAMIL_ROOT_VOWEL) 

Output :

["அ","ஆ","இ","ஈ","உ","ஊ","எ","ஏ","ஐ","ஒ","ஓ","ஔ"]

from tamilstring.utf8 import TAMIL_VOWEL_CHARS
print(TAMIL_VOWEL_CHARS) 

Output :

["ா", "ி", "ீ", "ு", "ூ", "ெ", "ே", "ை", "ொ", "ோ", "ௌ" ]

from tamilstring.utf8 import SA_ROOT_LETTERS
print(SA_ROOT_LETTERS) 

Output :

["ஶ", "ஜ", "ஷ", "ஸ", "ஹ", "க்ஷ"]

Tamil Supplement

Fractions

from tamilstring.constants import FRACTION
print(FRACTION)

Output :

[ "𑿀", "𑿁", "𑿂", "𑿃", "𑿄", "𑿅", "𑿆", "𑿇", "𑿈", "𑿉", "𑿊", "𑿋", "𑿌", "𑿍", "𑿎", "𑿏", "𑿐", "𑿑", "𑿒", "𑿓", "𑿔" ]

𑿀 1/320

𑿁 1/160

𑿂 1/80

𑿃 1/64

𑿄 1/40

𑿅 1/32

𑿆 3/80

𑿇 3/64

𑿈 1/20

𑿉 1/16

𑿊 1/16

𑿋 1/10

𑿌 1/8

𑿍 3/20

𑿎 3/16

𑿏 1/5

𑿐 1/4

𑿑 1/2

𑿒 1/2

𑿓 3/2

𑿔 1/320

Measures of grain

from tamilstring.constants import GRAIN
print(GRAIN)

Output :

[ "𑿕", "𑿖", "𑿗", "𑿘", "𑿙", "𑿚", "𑿛", "𑿜" ]

Old currency symbols

from tamilstring.constants import CURRENCY
print(CURRENCY)

Output :

[ "𑿝", "𑿞", "𑿟", "𑿠" ]   

Symbols of weight, length, and area

from tamilstring.constants import MEASUREMENT
print(MEASUREMENT)

Output :

[ "𑿡", "𑿢", "𑿣" ]

Agricultural symbols

from tamilstring.constants import AGRICULTURAL 
print(AGRICULTURAL )

Output :

[ "𑿤", "𑿥", "𑿦", "𑿧"] 

Clerical symbols

from tamilstring.constants import CLERICAL
print(CLERICAL)

Output :

["𑿨", "𑿩", "𑿪", "𑿫", "𑿬", "𑿭"] 

Abbreviations

from tamilstring.constants import ABBREVIATIONS
print(ABBREVIATIONS)

Output :

["𑿮", "𑿯", "𑿰", "𑿱" ]

Punctuation

from tamilstring.constants import PUNCTUATION
print(PUNCTUATION)

Output :

[ "𑿿" ]