Module:typing-aids/data/Orkh

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

data = {
	 = {
		 = "y",
		 = "F",
		 = "C",
		 = "Y",
	},
	 = {
		 = "𐰀", -- ORKHON A
		 = "𐰃", -- ORKHON I
		 = "𐰆", -- ORKHON O
		 = "𐰇", -- ORKHON OE
		 = "𐰉", -- ORKHON AB
		 = "𐰋", -- ORKHON AEB
		 = "𐰍", -- ORKHON AG
		 = "𐰏", -- ORKHON AEG
		 = "𐰑", -- ORKHON AD
		 = "𐰓", -- ORKHON AED
		 = "𐰔", -- ORKHON EZ
		 = "𐰖", -- ORKHON AY
		 = "𐰘", -- ORKHON AEY
		 = "𐰚", -- ORKHON AEK
		 = "𐰜", -- ORKHON OEK
		 = "𐰞", -- ORKHON AL
		 = "𐰠", -- ORKHON AEL
		 = "𐰡", -- ORKHON ELT
		 = "𐰢", -- ORKHON EM
		 = "𐰣", -- ORKHON AN
		 = "𐰤", -- ORKHON AEN
		 = "𐰦", -- ORKHON ENT
		 = "𐰨", -- ORKHON ENC
		 = "𐰪", -- ORKHON ENY
		 = "𐰭", -- ORKHON ENG
		 = "𐰯", -- ORKHON EP
		 = "𐰰", -- ORKHON OP
		--  = "𐰱", -- ORKHON IC
		 = "𐰲", -- ORKHON EC
		 = "𐰴", -- ORKHON AQ
		 = "𐰶", -- ORKHON IQ
		 = "𐰸", -- ORKHON OQ
		 = "𐰺", -- ORKHON AR
		 = "𐰼", -- ORKHON AER
		 = "𐰽", -- ORKHON AS
		 = "𐰾", -- ORKHON AES
		 = "𐰿", -- ORKHON ASH
		 = "𐱁", -- ORKHON ESH
		 = "𐱃", -- ORKHON AT
		 = "𐱅", -- ORKHON AET
		--  = "𐱇", -- ORKHON OT
		 = "𐱈", -- ORKHON BASH
	},
}

return data