Hacker News new | ask | show | jobs
by bassdigit 2299 days ago
It is U+00A0 [1], a non-breaking space [2], can be typed in some office applications using ⌃+⇧+␣.

[1]: http://fileformat.info/info/unicode/char/00a0/

[2]: https://en.wikipedia.org/wiki/Non-breaking_space

1 comments

Ah, my old nemesis, the shifted space. Haven't been bitten by one of those in a while. Thanks for digging that up!
No-break spaces aka   can be quite useful for preventing line breaks for example between a value and its unit, or between label and value. Or when writing for example 'e.g.', although you could argue that in this case a NARROW non-breaking space U+202F would be preferable.