Latin Small Letter A With Breve

ă

Shortcodes

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

Unicode
U+0103
HTML Code
ă
HEX Code
ă
CSS Code
\103
JS/JSON
\u0103
Unix/C/PHP/JAVA
0x103
URL-encode
%C4%83
copied

Customize Latin Small Letter A With Breve Symbol

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

Insert ă Latin Small Letter A With Breve using HTML

1. Copy-paste Latin Small Letter A With Breve directly:
<span>ă</span>
2. HTML Decimal Code:
<span>&#259;</span>
3. Hexadecimal Code:
<span>&#x0103;</span>
Preview: ă

Add Latin Small Letter A With Breve symbol with CSS

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

Latin Small Letter A With Breve JavaScript Code

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