Latin Small Letter A With Inverted Breve

ȃ

Shortcodes

Copy and paste codes for Latin Small Letter A With Inverted Breve symbol ȃ to use in your websites, apps, blogs, and more.

Unicode
U+0203
HTML Code
ȃ
HEX Code
ȃ
CSS Code
\203
JS/JSON
\u0203
Unix/C/PHP/JAVA
0x203
URL-encode
%C8%83
copied

Customize Latin Small Letter A With Inverted Breve Symbol

Customize ȃ symbol as you like and download Latin Small Letter A With Inverted Breve 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 Inverted Breve symbol in HTML, CSS, and JS?

Insert ȃ Latin Small Letter A With Inverted Breve using HTML

1. Copy-paste Latin Small Letter A With Inverted Breve directly:
<span>ȃ</span>
2. HTML Decimal Code:
<span>&#515;</span>
3. Hexadecimal Code:
<span>&#x0203;</span>
Preview: ȃ

Add Latin Small Letter A With Inverted Breve symbol with CSS

.latin-small-letter-a-with-inverted-breve::before {
    content: '\\203';
}
Preview: Latin Small Letter A With Inverted Breve

Latin Small Letter A With Inverted Breve JavaScript Code

1. Direct Symbol:
document.querySelector('.latin-small-letter-a-with-inverted-breve').textContent = 'ȃ';
2. Unicode Escape for ȃ:
document.querySelector('.latin-small-letter-a-with-inverted-breve').textContent = '\u0203';
Preview: ȃ