Module:Unicode chart/sandbox: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 151:
local function abbrCell(abbr)
cell:addClass("abbr-box")
return cell:tag("div"):wikitext(abbr)
end
Line 167:
abbrCell(abbr)
elseif category == "control" or category == "format" then
abbrCell('<span class="red">' .. abbrFromString(name)):addClass("red" .. '</span>')
else
local unicodeChar = '&#x'.. codepoint.hex .. ';'