Non-Breaking Space
U+00A0 · decimal 160 · Latin-1 Supplement
This character renders as nothing. It still occupies a position in the string, so it breaks equality checks, slugs, and search — which is exactly why it is so hard to find by eye.
Every way to write it
7 forms
A named entity — readable, and safe in any HTML document without declaring a charset.
 
The numeric form works everywhere a named one does, and exists for every character.
\00A0
For a content property in a ::before or ::after rule. No semicolon, and mind the trailing space.
\u00A0
Valid in a JavaScript or JSON string literal, so it survives files and pipelines that are not UTF-8 clean.
\u00A0
The escape for a Python string literal.
%C2%A0
Percent-encoded UTF-8, for a query string or a path segment.
C2 A0
2 bytes on the wire. Seeing these as separate garbled characters means something decoded them as single-byte text.
Typing it without copying
system pickerControl + Command + Space, then search non-breaking space
Character Map or Alt + 160