Character Encoding
UTF-8
0xEA0x870xBA
UTF-16
0xA1FA
UTF-32
0x0000A1FA
Copy & Paste Codes
Unicode Escape
\u{A1FA}
HTML Entity (Decimal)
ꇺ
HTML Entity (Hex)
ꇺ
CSS Code
\A1FA
JavaScript/JSON
String.fromCodePoint(0xA1FA)
Python
chr(0xA1FA)
Ruby/PHP
chr(0xA1FA)
Unix, C, PHP, JAVA
0xA1FA
Perl
chr(0xA1FA)
URL Encoded
%a1fa