Character Encoding
UTF-8
0xF00x9B0x8B0xAD
UTF-16
0xD82C0xDEED
UTF-32
0x0001B2ED
Copy & Paste Codes
Unicode Escape
\u{1B2ED}
HTML Entity (Decimal)
𛋭
HTML Entity (Hex)
𛋭
CSS Code
\1B2ED
JavaScript/JSON
String.fromCodePoint(0x1B2ED)
Python
chr(0x1B2ED)
Ruby/PHP
chr(0x1B2ED)
Unix, C, PHP, JAVA
0x1B2ED
Perl
chr(0x1B2ED)
URL Encoded
%1b2ed