Character Encoding
UTF-8
0xF00x9E0x8A0xAB
UTF-16
0xD8380xDEAB
UTF-32
0x0001E2AB
Copy & Paste Codes
Unicode Escape
\u{1E2AB}
HTML Entity (Decimal)
𞊫
HTML Entity (Hex)
𞊫
CSS Code
\1E2AB
JavaScript/JSON
String.fromCodePoint(0x1E2AB)
Python
chr(0x1E2AB)
Ruby/PHP
chr(0x1E2AB)
Unix, C, PHP, JAVA
0x1E2AB
Perl
chr(0x1E2AB)
URL Encoded
%1e2ab