Module:typing-aids/data/Phnx

Hello, you have come here looking for the meaning of the word Module:typing-aids/data/Phnx. In DICTIOUS you will not only get to know all the dictionary meanings for the word Module:typing-aids/data/Phnx, but we will also tell you about its etymology, its characteristics and you will know how to say Module:typing-aids/data/Phnx in singular and plural. Everything you need to know about the word Module:typing-aids/data/Phnx you have here. The definition of the word Module:typing-aids/data/Phnx will help you to be more precise and correct when speaking or writing your texts. Knowing the definition ofModule:typing-aids/data/Phnx, 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 dot_below = U(0x323)	-- dot below
local caron = U(0x30C)	-- caron
local scaron = U(0x161) -- latin small letter s with caron

local data = {
	 = {
		 = "𐤇", -- het
		 = "𐤈", -- tet
		 = "𐤑", -- sade
		 = "𐤔", -- shin
	},
	 = {
		 = "𐤀", -- alf
		 = "𐤁", -- bet
		 = "𐤂", -- gaml
		 = "𐤃", -- dalt
		 = "𐤄", -- he
		 = "𐤅", -- wau
		 = "𐤆", -- zai
		 = "𐤉", -- yod
		 = "𐤊", -- kaf
		 = "𐤋", -- lamd
		 = "𐤌", -- mem
		 = "𐤍", -- nun
		 = "𐤎", -- samk
		 = "𐤏", -- ain
		 = "𐤐", -- pe
		 = "𐤒", -- qof
		 = "𐤓", -- rosh
		 = "𐤔", -- shin
		 = "𐤕", -- tau
	},
}

return data