View source for Module:Unicode data/control
MyWikiBiz, Author Your Legacy — Tuesday July 08, 2025
Jump to navigationJump to searchYou do not have permission to edit this page, for the following reasons:
You can view and copy the source of this page.
local Cc, Cf, Cs, Co, Cn =
"control", "format", "surrogate", "private-use", "unassigned"
local Zs, Zl, Zp =
"space-separator", "line-separator", "paragraph-separator"
local data = {
singles = {
[0x000020] = Zs,
[0x0000A0] = Zs,
[0x0000AD] = Cf,
[0x00038B] = Cn,
[0x00038D] = Cn,
[0x0003A2] = Cn,
[0x000530] = Cn,
[0x000590] = Cn,
[0x00061C] = Cf,
[0x00061D] = Cn,
[0x0006DD] = Cf,
[0x00070E] = Cn,
[0x00070F] = Cf,
[0x00083F] = Cn,
000
1:0
Template used on this page:
Return to Module:Unicode data/control.