Character Encoding
UTF-8
0xEA0x8B0xBA
UTF-16
0xA2FA
UTF-32
0x0000A2FA
Copy & Paste Codes
Unicode Escape
\u{A2FA}
HTML Entity (Decimal)
ꋺ
HTML Entity (Hex)
ꋺ
CSS Code
\A2FA
JavaScript/JSON
String.fromCodePoint(0xA2FA)
Python
chr(0xA2FA)
Ruby/PHP
chr(0xA2FA)
Unix, C, PHP, JAVA
0xA2FA
Perl
chr(0xA2FA)
URL Encoded
%a2fa