Character Encoding
UTF-8
0xEA0x930x9D
UTF-16
0xA4DD
UTF-32
0x0000A4DD
Copy & Paste Codes
Unicode Escape
\u{A4DD}
HTML Entity (Decimal)
ꓝ
HTML Entity (Hex)
ꓝ
CSS Code
\A4DD
JavaScript/JSON
String.fromCodePoint(0xA4DD)
Python
chr(0xA4DD)
Ruby/PHP
chr(0xA4DD)
Unix, C, PHP, JAVA
0xA4DD
Perl
chr(0xA4DD)
URL Encoded
%a4dd