Character Encoding
UTF-8
0xE10x830xB9
UTF-16
0x10F9
UTF-32
0x000010F9
Copy & Paste Codes
Unicode Escape
\u{10F9}
HTML Entity (Decimal)
ჹ
HTML Entity (Hex)
ჹ
CSS Code
\10F9
JavaScript/JSON
String.fromCodePoint(0x10F9)
Python
chr(0x10F9)
Ruby/PHP
chr(0x10F9)
Unix, C, PHP, JAVA
0x10F9
Perl
chr(0x10F9)
URL Encoded
%10f9