Character Encoding
UTF-8
0xE10x8B0xAB
UTF-16
0x12EB
UTF-32
0x000012EB
Copy & Paste Codes
Unicode Escape
\u{12EB}
HTML Entity (Decimal)
ያ
HTML Entity (Hex)
ያ
CSS Code
\12EB
JavaScript/JSON
String.fromCodePoint(0x12EB)
Python
chr(0x12EB)
Ruby/PHP
chr(0x12EB)
Unix, C, PHP, JAVA
0x12EB
Perl
chr(0x12EB)
URL Encoded
%12eb