Character Encoding
UTF-8
0xF00x910x8A0xBA
UTF-16
0xD8040xDEBA
UTF-32
0x000112BA
Copy & Paste Codes
Unicode Escape
\u{112BA}
HTML Entity (Decimal)
𑊺
HTML Entity (Hex)
𑊺
CSS Code
\112BA
JavaScript/JSON
String.fromCodePoint(0x112BA)
Python
chr(0x112BA)
Ruby/PHP
chr(0x112BA)
Unix, C, PHP, JAVA
0x112BA
Perl
chr(0x112BA)
URL Encoded
%112ba