Character Encoding
UTF-8
0xF00x910x920xA4
UTF-16
0xD8050xDCA4
UTF-32
0x000114A4
Copy & Paste Codes
Unicode Escape
\u{114A4}
HTML Entity (Decimal)
𑒤
HTML Entity (Hex)
𑒤
CSS Code
\114A4
JavaScript/JSON
String.fromCodePoint(0x114A4)
Python
chr(0x114A4)
Ruby/PHP
chr(0x114A4)
Unix, C, PHP, JAVA
0x114A4
Perl
chr(0x114A4)
URL Encoded
%114a4