Character Encoding
UTF-8
0xEA0x860xBF
UTF-16
0xA1BF
UTF-32
0x0000A1BF
Copy & Paste Codes
Unicode Escape
\u{A1BF}
HTML Entity (Decimal)
ꆿ
HTML Entity (Hex)
ꆿ
CSS Code
\A1BF
JavaScript/JSON
String.fromCodePoint(0xA1BF)
Python
chr(0xA1BF)
Ruby/PHP
chr(0xA1BF)
Unix, C, PHP, JAVA
0xA1BF
Perl
chr(0xA1BF)
URL Encoded
%a1bf