Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

7
  • You're welcome, there's nothing like a visual. (Huh, another "Python" reference.)
    – Bob Stein
    Commented Dec 11, 2015 at 2:58
  • Regardless of context, I feel like this is the perfect answer to "How do I insert special characters".
    – Stevoisiak
    Commented Jul 10, 2017 at 20:06
  • No, far from it. This lacks all the interesting invisible characters e.g. U+200F RIGHT-TO-LEFT MARKER, U+00A0 NO-BREAK SPACE, U+FEFF ZERO WIDTH NO-BREAK SPACE, etc etc etc.
    – ulidtko
    Commented Sep 18, 2019 at 15:04
  • 1
    Besides in principle lacking invisible characters, this answer is far from perfect, because of flawed assumptions. 1) That you can fit "all of Unicode" onto 2-3 pages of copypaste wall -- you can't even think so; 2) That Unicode won't change in future -- it changes constantly (google://ninja+emoji); 3) That the viewer will have all needed glyphs and understand that others see different glyphs. Spawning a proper charmap app is way closer to "perfect answer".
    – ulidtko
    Commented Sep 18, 2019 at 16:24
  • @ulidtko I was going to make a joke about them being already there, but it wasn't very funny. So I added a few spacey characters instead. Your thoughts? Invisible things can be hard to find.
    – Bob Stein
    Commented Sep 20, 2019 at 15:01