Character Encoding
UTF-8
0xF00x9E0x8B0x9A
UTF-16
0xD8380xDEDA
UTF-32
0x0001E2DA
Copy & Paste Codes
Unicode Escape
\u{1E2DA}
HTML Entity (Decimal)
𞋚
HTML Entity (Hex)
𞋚
CSS Code
\1E2DA
JavaScript/JSON
String.fromCodePoint(0x1E2DA)
Python
chr(0x1E2DA)
Ruby/PHP
chr(0x1E2DA)
Unix, C, PHP, JAVA
0x1E2DA
Perl
chr(0x1E2DA)
URL Encoded
%1e2da