Character Encoding
UTF-8
0xF00x9E0x8A0xA7
UTF-16
0xD8380xDEA7
UTF-32
0x0001E2A7
Copy & Paste Codes
Unicode Escape
\u{1E2A7}
HTML Entity (Decimal)
𞊧
HTML Entity (Hex)
𞊧
CSS Code
\1E2A7
JavaScript/JSON
String.fromCodePoint(0x1E2A7)
Python
chr(0x1E2A7)
Ruby/PHP
chr(0x1E2A7)
Unix, C, PHP, JAVA
0x1E2A7
Perl
chr(0x1E2A7)
URL Encoded
%1e2a7