Module:typing-aids/data/Phlv

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

This module needs documentation.
Please document this module by describing its purpose and usage on the documentation page.

local data = {}

local U = mw.ustring.char

local dot_below = U(0x323)	-- dot below
local caron = U(0x30C)	-- caron
local circumflex  = U(0x302)	-- circumflex
local macron  = U(0x304)	-- macron

data = {
	 = {
		 = "𐮰", -- aleph-het
		 = "𐮰", -- aleph-het
		 = "𐮱", -- beth
		 = "𐯋𐮲", -- gimel-daleth-yodh with two dots above
		 = "𐯌𐮲", -- gimel-daleth-yodh with hat above
		 = "𐯍𐮲", -- gimel-daleth-yodh with two dots below
		 = "𐯎𐮲", -- gimel-daleth-yodh with dot below
		 = "𐮳", -- old daleth
		 = "𐮴", -- he
		 = "𐮵", -- waw-nun-ayin-resh
		 = "𐮵", -- waw-nun-ayin-resh
		 = "𐮵", -- waw-nun-ayin-resh
		 = "𐮵", -- waw-nun-ayin-resh
		 = "𐮶", -- zayin
		 = "𐮷", -- kaph
		 = "𐮸", -- old kaph
		 = "𐮹", -- lamedh
		 = "𐮺", -- old lamedh
		 = "𐮻", -- l-lamedh
		 = "𐮼", -- mem-qoph
		 = "𐮽", -- samekh
		 = "𐮾", -- pe
		 = "𐮿", -- sadhe
		 = "𐯀", -- shin
		 = "𐯁", -- taw
		 = "𐯂", -- x1
		 = "𐯃", -- x2
	},
}

return data