Character Encoding
UTF-8
0xEA0x820xBF
UTF-16
0xA0BF
UTF-32
0x0000A0BF
Copy & Paste Codes
Unicode Escape
\u{A0BF}
HTML Entity (Decimal)
ꂿ
HTML Entity (Hex)
ꂿ
CSS Code
\A0BF
JavaScript/JSON
String.fromCodePoint(0xA0BF)
Python
chr(0xA0BF)
Ruby/PHP
chr(0xA0BF)
Unix, C, PHP, JAVA
0xA0BF
Perl
chr(0xA0BF)
URL Encoded
%a0bf