Character Encoding
UTF-8
0xF00x900x8A0xBA
UTF-16
0xD8000xDEBA
UTF-32
0x000102BA
Copy & Paste Codes
Unicode Escape
\u{102BA}
HTML Entity (Decimal)
𐊺
HTML Entity (Hex)
𐊺
CSS Code
\102BA
JavaScript/JSON
String.fromCodePoint(0x102BA)
Python
chr(0x102BA)
Ruby/PHP
chr(0x102BA)
Unix, C, PHP, JAVA
0x102BA
Perl
chr(0x102BA)
URL Encoded
%102ba