Module:Unicode chart/sandbox: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 5:
 
local function unicodeChar(hex)
if string.starts(mUnicodeData.lookup_name(tonumber(hex, 16)), :find("<reserved") then
return "<reserved"
else
return '&#x'.. hex .. ';'