Module:typing-aids/data/Armi

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


local U = mw.ustring.char
local circumflex  = U(0x302)	-- circumflex
local macron_below  = U(0x331)	-- macron below

local data = {
	 = "𐡀",  = "𐡀", -- aleph
	 = "𐡁", -- beth
	 = "𐡂", -- gimel
	 = "𐡃", -- daleth
	 = "𐡄", -- he
	 = "𐡅", -- waw
	 = "𐡆", -- zayin
	 = "𐡇", -- heth
	 = "𐡈", -- teth
	 = "𐡉", -- yodh
	 = "𐡊", -- khaph
	 = "𐡋", -- lamedh
	 = "𐡌", -- mem
	 = "𐡍", -- nun
	 = "𐡎", -- samekh
	 = "𐡏",  = "𐡏", -- ayin
	 = "𐡐", -- pe
	 = "𐡑",  = "𐡑", -- sadhe
	 = "𐡒", -- qoph
	 = "𐡓", -- resh
	 = "𐡔",  = "𐡔", -- shin
	 = "𐡕", -- taw
	 = "𐡗", -- section sign
	 = "𐡘", -- one
	 = "𐡙", -- two
	 = "𐡚", -- three
	 = "𐡛", -- ten
	 = "𐡜", -- twenty
	 = "𐡝", -- one hundred
	 = "𐡞", -- one thousand
	 = "𐡟", -- ten thousand
}

return require "Module:typing-aids/data helpers".split_single_and_multi_char(data)