Character Encoding
UTF-8
0xE00xAA0xAB
UTF-16
0x0AAB
UTF-32
0x00000AAB
Copy & Paste Codes
Unicode Escape
\u{0AAB}
HTML Entity (Decimal)
ફ
HTML Entity (Hex)
ફ
CSS Code
\0AAB
JavaScript/JSON
String.fromCodePoint(0x0AAB)
Python
chr(0x0AAB)
Ruby/PHP
chr(0x0AAB)
Unix, C, PHP, JAVA
0x0AAB
Perl
chr(0x0AAB)
URL Encoded
%0aab