Latin Small Letter A With Caron

ǎ

Shortcodes

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

Unicode
U+01CE
HTML Code
ǎ
HEX Code
ǎ
CSS Code
\1CE
JS/JSON
\u01CE
Unix/C/PHP/JAVA
0x1CE
URL-encode
%C7%8E
copied

Customize Latin Small Letter A With Caron Symbol

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

Insert ǎ Latin Small Letter A With Caron using HTML

1. Copy-paste Latin Small Letter A With Caron directly:
<span>ǎ</span>
2. HTML Decimal Code:
<span>&#462;</span>
3. Hexadecimal Code:
<span>&#x01CE;</span>
Preview: ǎ

Add Latin Small Letter A With Caron symbol with CSS

.latin-small-letter-a-with-caron::before {
    content: '\\1CE';
}
Preview: Latin Small Letter A With Caron

Latin Small Letter A With Caron JavaScript Code

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