ZERO WIDTH SPACE
U+200B
Unicode Block
General PunctuationCode
200B
Code Point
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 Properties
General Category
Letter, Other (Lo)
Bidi Class
L (Left-to-Right)
Combining Class
0 (Spacing, split, enclosing, reordrant, and Tibetan subjoined)
Block
General Punctuation
Character Encoding
UTF-8
0xE20x800x8B
UTF-16
0x200B
UTF-32
0x0000200B
Copy & Paste Codes
Character
Unicode Escape
\u{200B}
HTML Entity (Decimal)
​
HTML Entity (Hex)
​
CSS Code
\200B
JavaScript
String.fromCodePoint(0x200B)
Python
chr(0x200B)