Character Encoding
UTF-8
0xEA0x870x8D
UTF-16
0xA1CD
UTF-32
0x0000A1CD
Copy & Paste Codes
Unicode Escape
\u{A1CD}
HTML Entity (Decimal)
ꇍ
HTML Entity (Hex)
ꇍ
CSS Code
\A1CD
JavaScript/JSON
String.fromCodePoint(0xA1CD)
Python
chr(0xA1CD)
Ruby/PHP
chr(0xA1CD)
Unix, C, PHP, JAVA
0xA1CD
Perl
chr(0xA1CD)
URL Encoded
%a1cd