Module:Unicode chart/sandbox: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 43:
end
},
--{first Unicode= block:0xE0100, last = 0xE01EF,-- Variation Selectors Supplement
{first = 0xE0100, last = 0xE01EF,
func = function(codepoint, abbr)
return abbr:gsub("VS", "VS<br>")
end
},
-- Unicode block: Sutton SignWriting
-- SIGNWRITING ROTATION MODIFIER-2 -> SW R#
{first = 0xE01000x1DAA1, last = 0xE01EF0x1DAAF,
func = function(codepoint, abbr)
return 'SW<br>R'.. (codepoint - 0x1DA9F)
end
}