Character Encoding
UTF-8
0xF00x9E0x8B0x92
UTF-16
0xD8380xDED2
UTF-32
0x0001E2D2
Copy & Paste Codes
Unicode Escape
\u{1E2D2}
HTML Entity (Decimal)
𞋒
HTML Entity (Hex)
𞋒
CSS Code
\1E2D2
JavaScript/JSON
String.fromCodePoint(0x1E2D2)
Python
chr(0x1E2D2)
Ruby/PHP
chr(0x1E2D2)
Unix, C, PHP, JAVA
0x1E2D2
Perl
chr(0x1E2D2)
URL Encoded
%1e2d2