Module:Unicode chart/sandbox: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 5:
 
local function unicodeChar(hex)
returnif string.starts(mUnicodeData.lookup_name(tonumber(hex, 16)), "<reserved") then
return "<reserved"
tonumber(hex, 16)
else
)
return '&#x'.. hex .. ';'
end
-- return frame:expandTemplate{
-- title = 'unichar',