Module:typing-aids/data/oui

Hello, you have come here looking for the meaning of the word Module:typing-aids/data/oui. In DICTIOUS you will not only get to know all the dictionary meanings for the word Module:typing-aids/data/oui, but we will also tell you about its etymology, its characteristics and you will know how to say Module:typing-aids/data/oui in singular and plural. Everything you need to know about the word Module:typing-aids/data/oui you have here. The definition of the word Module:typing-aids/data/oui will help you to be more precise and correct when speaking or writing your texts. Knowing the definition ofModule:typing-aids/data/oui, 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 data = {
		 = "𐽰", -- aleph
		 = "𐽱", -- beth
		 = "𐽲", -- gimel-heth
		 = "𐽳", -- waw
		 = "𐽴", -- zayin
		 = "𐽵", -- final-heth
		 = "𐽶", -- yodh
		 = "𐽷", -- kaph
		 = "𐽸", -- lamedh
		 = "𐽹", -- mem
		 = "𐽺", -- nun
		 = "𐽻", -- samekh
		 = "𐽼", -- pe
		 = "𐽽", -- sadhe
		 = "𐽾", -- resh
		 = "𐽿", -- shin
		 = "𐾀", -- taw
		 = "𐾁", -- lesh
}

return data