Character Encoding
UTF-8
0xEA0x870xBB
UTF-16
0xA1FB
UTF-32
0x0000A1FB
Copy & Paste Codes
Unicode Escape
\u{A1FB}
HTML Entity (Decimal)
ꇻ
HTML Entity (Hex)
ꇻ
CSS Code
\A1FB
JavaScript/JSON
String.fromCodePoint(0xA1FB)
Python
chr(0xA1FB)
Ruby/PHP
chr(0xA1FB)
Unix, C, PHP, JAVA
0xA1FB
Perl
chr(0xA1FB)
URL Encoded
%a1fb