Module:typing-aids/data/Palm

Hello, you have come here looking for the meaning of the word Module:typing-aids/data/Palm. In DICTIOUS you will not only get to know all the dictionary meanings for the word Module:typing-aids/data/Palm, but we will also tell you about its etymology, its characteristics and you will know how to say Module:typing-aids/data/Palm in singular and plural. Everything you need to know about the word Module:typing-aids/data/Palm you have here. The definition of the word Module:typing-aids/data/Palm will help you to be more precise and correct when speaking or writing your texts. Knowing the definition ofModule:typing-aids/data/Palm, 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
		 = "𐡪", -- kaph
		 = "𐡫", -- lamedh
		 = "𐡬", -- mem
		 = "𐡮", -- nun
		 = "𐡯", -- samekh
		 = "𐡰", -- ayin
		 = "𐡱", -- pe
		 = "𐡲", -- sadhe
		 = "𐡳", -- qoph
		 = "𐡴", -- resh
		 = "𐡵",  = "𐡵", -- shin
		 = "𐡶", -- taw
		 = "𐡷", -- left-pointing fleuron
		 = "𐡸", -- right-pointing fleuron
		 = "𐡹", -- one
		 = "𐡺", -- two
		 = "𐡻", -- three
		 = "𐡼", -- four
		 = "𐡽", -- five
		 = "𐡾", -- ten
		 = "𐡿", -- twenty
	},
	{
		"] = "𐡭",
	},
	{
		 = "𐡮",	-- used to block conversion to final nun
		 = "𐡮-",	-- used to block conversion to final nun
	}
}

return data