Skip to content

Instantly share code, notes, and snippets.

@antelle
Last active April 6, 2020 09:21
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save antelle/216aa1f34c0b9dee89e574934325d2ce to your computer and use it in GitHub Desktop.
Save antelle/216aa1f34c0b9dee89e574934325d2ce to your computer and use it in GitHub Desktop.
Invisibles
U+2060 foo⁠bar WORD JOINER
U+2061 foo⁡bar FUNCTION APPLICATION
U+2062 foo⁢bar INVISIBLE TIMES
U+2063 foo⁣bar INVISIBLE SEPARATOR
U+180E foo᠎bar MONGOLIAN VOWEL SEPARATOR
U+200B foo​bar ZERO WIDTH SPACE
U+200C foo€€‌bar ZERO WIDTH NON-JOINER
U+200D foo‍bar ZERO WIDTH JOINER
U+FEFF foobar ZERO WIDTH NO-BREAK SPACE
U+0020 foo bar SPACE
U+00A0 foo bar NO-BREAK SPACE
U+1680 foo bar OGHAM SPACE MARK
U+2000 foo bar EN QUAD
U+2001 foo bar EM QUAD
U+2002 foo bar EN SPACE
U+2003 foo bar EM SPACE
U+2004 foo bar THREE-PER-EM SPACE
U+2005 foo bar FOUR-PER-EM SPACE
U+2006 foo bar SIX-PER-EM SPACE
U+2007 foo bar FIGURE SPACE
U+2008 foo bar PUNCTUATION SPACE
U+2009 foo bar THIN SPACE
U+200A foo bar HAIR SPACE
U+202F foo bar NARROW NO-BREAK SPACE
U+205F foo bar MEDIUM MATHEMATICAL SPACE
U+3000 foo bar IDEOGRAPHIC SPACE
@antelle
Copy link
Author

antelle commented Sep 28, 2016

You can see how it looks like in history on revisions page.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment