Character Encoding
UTF-8
0xEA0xA20xBF
UTF-16
0xA8BF
UTF-32
0x0000A8BF
Copy & Paste Codes
Unicode Escape
\u{A8BF}
HTML Entity (Decimal)
ꢿ
HTML Entity (Hex)
ꢿ
CSS Code
\A8BF
JavaScript/JSON
String.fromCodePoint(0xA8BF)
Python
chr(0xA8BF)
Ruby/PHP
chr(0xA8BF)
Unix, C, PHP, JAVA
0xA8BF
Perl
chr(0xA8BF)
URL Encoded
%a8bf