WORD JOINER ()
Copy Character
Unicode Block
General PunctuationUnicode Code
U+2060
Codepoint
8288
Notes
commonly abbreviated WJ
a zero width non-breaking space (only)
intended for disambiguation of functions for byte order mark
Character Encoding
UTF-8
0xE20x810xA0
UTF-16
0x2060
UTF-32
0x00002060
Copy & Paste Codes
Unicode Escape
\u{2060}
HTML Entity (Decimal)
⁠
HTML Entity (Hex)
⁠
CSS Code
\2060
JavaScript/JSON
String.fromCodePoint(0x2060)
Python
chr(0x2060)
Ruby/PHP
chr(0x2060)
Unix, C, PHP, JAVA
0x2060
Perl
chr(0x2060)
URL Encoded
%2060