Latin Small Letter A With Double Grave

ȁ

Shortcodes

Copy and paste codes for Latin Small Letter A With Double Grave symbol ȁ to use in your websites, apps, blogs, and more.

Unicode
U+0201
HTML Code
ȁ
HEX Code
ȁ
CSS Code
\201
JS/JSON
\u0201
Unix/C/PHP/JAVA
0x201
URL-encode
%C8%81
copied

Customize Latin Small Letter A With Double Grave Symbol

Customize ȁ symbol as you like and download Latin Small Letter A With Double Grave as SVG or PNG or copy its HTML code to use in your projects.

Preview helps customize symbol. Downloaded image and HTML code may have size/spacing differences.
ȁ

                        
                    

How to add Latin Small Letter A With Double Grave symbol in HTML, CSS, and JS?

Insert ȁ Latin Small Letter A With Double Grave using HTML

1. Copy-paste Latin Small Letter A With Double Grave directly:
<span>ȁ</span>
2. HTML Decimal Code:
<span>&#513;</span>
3. Hexadecimal Code:
<span>&#x0201;</span>
Preview: ȁ

Add Latin Small Letter A With Double Grave symbol with CSS

.latin-small-letter-a-with-double-grave::before {
    content: '\\201';
}
Preview: Latin Small Letter A With Double Grave

Latin Small Letter A With Double Grave JavaScript Code

1. Direct Symbol:
document.querySelector('.latin-small-letter-a-with-double-grave').textContent = 'ȁ';
2. Unicode Escape for ȁ:
document.querySelector('.latin-small-letter-a-with-double-grave').textContent = '\u0201';
Preview: ȁ