Module:number list/data/saz

Hello, you have come here looking for the meaning of the word Module:number list/data/saz. In DICTIOUS you will not only get to know all the dictionary meanings for the word Module:number list/data/saz, but we will also tell you about its etymology, its characteristics and you will know how to say Module:number list/data/saz in singular and plural. Everything you need to know about the word Module:number list/data/saz you have here. The definition of the word Module:number list/data/saz will help you to be more precise and correct when speaking or writing your texts. Knowing the definition ofModule:number list/data/saz, as well as those of other words, enriches your vocabulary and provides you with more and better linguistic resources.

This module contains data on various types of numbers in Saurashtra.

Number Numeral Cardinal
0 ꢯꢹꢥ꣄ꢫꣁ (śūnyo)
1 ꢏꢠ꣄ꢜꣁ (oṇṭo)
2 ꢣꢷ ()
3 ꢢꢷꢥꢸ (thīnu)
4 ꢗꢵꢬꢸ (cāru)
5 ꢦꢵꢥ꣄ꢗꢸ (pāncu)
6 ꢱꣂ ()
7 ꢱꢵꢡꢸ (sātu)
8 ꢃꢜꢸ (āṭu)
9 ꢥꣁꢮꢸ (novu)
10 ꣑꣐ ꢣꢾꢱ꣄ꢱꢸ (dessu)
11 ꣑꣑ ꢮꢶꢔꢶꢦꢵꢬꢸ (vigipāru)
12 ꣑꣒ ꢮꢶꢔꢶꢦꢵꢬꢸ (vigipāru)

local export = {numbers = {}}

export.numeral_config = {
	zero_codepoint = 0xA8D0, -- ꣐, SAURASHTRA DIGIT ZERO
	Indic_separator = ",",
}

local numbers = export.numbers
numbers = {
	cardinal = "ꢯꢹꢥ꣄ꢫꣁ",
}

numbers = {
	cardinal = "ꢏꢠ꣄ꢜꣁ",
}

numbers = {
	cardinal = "ꢣꢷ",
}
numbers = {
	cardinal = "ꢢꢷꢥꢸ",

}
numbers = {
	cardinal = "ꢗꢵꢬꢸ",
}

numbers = {
	cardinal = "ꢦꢵꢥ꣄ꢗꢸ",
}

numbers = {
	cardinal = "ꢱꣂ",
}

numbers = {
	cardinal = "ꢱꢵꢡꢸ",
}

numbers = {
	cardinal = "ꢃꢜꢸ",
}

numbers = {
	cardinal = "ꢥꣁꢮꢸ",
}

numbers = {
	cardinal = "ꢣꢾꢱ꣄ꢱꢸ",
}

numbers = {
	cardinal = "ꢮꢶꢔꢶꢦꢵꢬꢸ",
}

numbers = {
	cardinal = "ꢮꢶꢔꢶꢦꢵꢬꢸ",
}


return export