Character Encoding
UTF-8
0xEA0x870x9D
UTF-16
0xA1DD
UTF-32
0x0000A1DD
Copy & Paste Codes
Unicode Escape
\u{A1DD}
HTML Entity (Decimal)
ꇝ
HTML Entity (Hex)
ꇝ
CSS Code
\A1DD
JavaScript/JSON
String.fromCodePoint(0xA1DD)
Python
chr(0xA1DD)
Ruby/PHP
chr(0xA1DD)
Unix, C, PHP, JAVA
0xA1DD
Perl
chr(0xA1DD)
URL Encoded
%a1dd