LATIN SMALL LETTER A WITH DOT ABOVE AND MACRON (ǡ)
ǡ
Copy Character
Character Encoding
UTF-8
0xC70xA1
UTF-16
0x01E1
UTF-32
0x000001E1
Copy & Paste Codes
Unicode Escape
\u{01E1}
HTML Entity (Decimal)
ǡ
HTML Entity (Hex)
ǡ
CSS Code
\01E1
JavaScript/JSON
String.fromCodePoint(0x01E1)
Python
chr(0x01E1)
Ruby/PHP
chr(0x01E1)
Unix, C, PHP, JAVA
0x01E1
Perl
chr(0x01E1)
URL Encoded
%01e1