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