Character Encoding
UTF-8
0xEA0x830xBA
UTF-16
0xA0FA
UTF-32
0x0000A0FA
Copy & Paste Codes
Unicode Escape
\u{A0FA}
HTML Entity (Decimal)
ꃺ
HTML Entity (Hex)
ꃺ
CSS Code
\A0FA
JavaScript/JSON
String.fromCodePoint(0xA0FA)
Python
chr(0xA0FA)
Ruby/PHP
chr(0xA0FA)
Unix, C, PHP, JAVA
0xA0FA
Perl
chr(0xA0FA)
URL Encoded
%a0fa