ZERO WIDTH SPACE ()
Copy Character
Unicode Block
General PunctuationUnicode Code
U+200B
Codepoint
8203
Notes
commonly abbreviated ZWSP
this character is intended for invisible word separation and for line break control; it has no width, but its presence between two characters does not prevent increased letter spacing in justification
Character Encoding
UTF-8
0xE20x800x8B
UTF-16
0x200B
UTF-32
0x0000200B
Copy & Paste Codes
Unicode Escape
\u{200B}
HTML Entity (Decimal)
​
HTML Entity (Hex)
​
CSS Code
\200B
JavaScript/JSON
String.fromCodePoint(0x200B)
Python
chr(0x200B)
Ruby/PHP
chr(0x200B)
Unix, C, PHP, JAVA
0x200B
Perl
chr(0x200B)
URL Encoded
%200b