WORD JOINER
U+2060
Unicode Block
General PunctuationCode
2060
Code Point
8288
Notes
commonly abbreviated WJ
a zero width non-breaking space (only)
intended for disambiguation of functions for byte order mark
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
0xE20x810xA0
UTF-16
0x2060
UTF-32
0x00002060
Copy & Paste Codes
Character
Unicode Escape
\u{2060}
HTML Entity (Decimal)
⁠
HTML Entity (Hex)
⁠
CSS Code
\2060
JavaScript
String.fromCodePoint(0x2060)
Python
chr(0x2060)