Empty Characters

#markdown #text #html

Just because you are a character doesn’t mean you have character1

There is an apochyphal story (read: B.S.) about how the Eskimo2 languages have an unusually large number of words for snow. I don’t know about unusual, but in Unicode (and perhaps typography in general) there certainly are a number of characters for whitespace, e.g. good old ASCII ‘ ’.

UnicodeHTMLDescriptionExample
U+0020&#32Space[ ]
U+00A0&#160No-Break Space[ ]
U+2000&#8192En Quad[ ]
U+2001&#8193Em Quad[ ]
U+2002&#8194En Space[ ]
U+2003&#8195Em Space[ ]
U+2004&#8196Three-Per-Em Space[ ]
U+2005&#8197Four-Per-Em Space[ ]
U+2006&#8198Six-Per-Em Space[ ]
U+2007&#8199Figure Space[ ]
U+2008&#8200Punctuation Space[ ]
U+2009&#8201Thin Space[ ]
U+200A&#8202Hair Space[ ]
U+2028&#8232Line Separator[
]
U+205F&#8287Medium Mathematical Space[ ]
U+3000&#12288Ideographic Space[ ]

Longer table with HTML entity names3


  1. Pulp Fiction ↩︎

  2. Usage Note: Eskimo is generally considered an offensive term in my circle. Additional notes ↩︎

  3. ISO Chart ↩︎