NO-BREAK SPACE ( )
Copy Character
Unicode Code
U+00A0
Codepoint
160
Notes
commonly abbreviated as NBSP
should be the same width as the space 0020
# <noBreak> 0020
Character Encoding
UTF-8
0xC20xA0
UTF-16
0x00A0
UTF-32
0x000000A0
Copy & Paste Codes
Unicode Escape
\u{00A0}
HTML Entity (Decimal)
 
HTML Entity (Hex)
 
CSS Code
\00A0
JavaScript/JSON
String.fromCodePoint(0x00A0)
Python
chr(0x00A0)
Ruby/PHP
chr(0x00A0)
Unix, C, PHP, JAVA
0x00A0
Perl
chr(0x00A0)
URL Encoded
%00a0