Character Encoding
UTF-8
0xE10x880x9F
UTF-16
0x121F
UTF-32
0x0000121F
Copy & Paste Codes
Unicode Escape
\u{121F}
HTML Entity (Decimal)
ሟ
HTML Entity (Hex)
ሟ
CSS Code
\121F
JavaScript/JSON
String.fromCodePoint(0x121F)
Python
chr(0x121F)
Ruby/PHP
chr(0x121F)
Unix, C, PHP, JAVA
0x121F
Perl
chr(0x121F)
URL Encoded
%121f