Character Encoding
UTF-8
0xEA0x960xBF
UTF-16
0xA5BF
UTF-32
0x0000A5BF
Copy & Paste Codes
Unicode Escape
\u{A5BF}
HTML Entity (Decimal)
ꖿ
HTML Entity (Hex)
ꖿ
CSS Code
\A5BF
JavaScript/JSON
String.fromCodePoint(0xA5BF)
Python
chr(0xA5BF)
Ruby/PHP
chr(0xA5BF)
Unix, C, PHP, JAVA
0xA5BF
Perl
chr(0xA5BF)
URL Encoded
%a5bf