local U = mw.ustring.char
local circumflex = U(0x302) -- circumflex
local macron_below = U(0x331) -- macron below
local data = {
= "𐡀", = "𐡀", -- aleph
= "𐡁", -- beth
= "𐡂", -- gimel
= "𐡃", -- daleth
= "𐡄", -- he
= "𐡅", -- waw
= "𐡆", -- zayin
= "𐡇", -- heth
= "𐡈", -- teth
= "𐡉", -- yodh
= "𐡊", -- khaph
= "𐡋", -- lamedh
= "𐡌", -- mem
= "𐡍", -- nun
= "𐡎", -- samekh
= "𐡏", = "𐡏", -- ayin
= "𐡐", -- pe
= "𐡑", = "𐡑", -- sadhe
= "𐡒", -- qoph
= "𐡓", -- resh
= "𐡔", = "𐡔", -- shin
= "𐡕", -- taw
= "𐡗", -- section sign
= "𐡘", -- one
= "𐡙", -- two
= "𐡚", -- three
= "𐡛", -- ten
= "𐡜", -- twenty
= "𐡝", -- one hundred
= "𐡞", -- one thousand
= "𐡟", -- ten thousand
}
return require "Module:typing-aids/data helpers".split_single_and_multi_char(data)