Latin Small Letter A With Circumflex And Dot Below

Shortcodes

Copy and paste codes for Latin Small Letter A With Circumflex And Dot Below symbol ậ to use in your websites, apps, blogs, and more.

Unicode
U+1EAD
HTML Code
ậ
HEX Code
ậ
CSS Code
\1EAD
JS/JSON
\u1EAD
Unix/C/PHP/JAVA
0x1EAD
URL-encode
%E1%BA%AD
copied

Customize Latin Small Letter A With Circumflex And Dot Below Symbol

Customize ậ symbol as you like and download Latin Small Letter A With Circumflex And Dot Below 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 Circumflex And Dot Below symbol in HTML, CSS, and JS?

Insert ậ Latin Small Letter A With Circumflex And Dot Below using HTML

1. Copy-paste Latin Small Letter A With Circumflex And Dot Below directly:
<span>ậ</span>
2. HTML Decimal Code:
<span>&#7853;</span>
3. Hexadecimal Code:
<span>&#x1EAD;</span>
Preview:

Add Latin Small Letter A With Circumflex And Dot Below symbol with CSS

.latin-small-letter-a-with-circumflex-and-dot-below::before {
    content: '\\1EAD';
}
Preview: Latin Small Letter A With Circumflex And Dot Below

Latin Small Letter A With Circumflex And Dot Below JavaScript Code

1. Direct Symbol:
document.querySelector('.latin-small-letter-a-with-circumflex-and-dot-below').textContent = 'ậ';
2. Unicode Escape for ậ:
document.querySelector('.latin-small-letter-a-with-circumflex-and-dot-below').textContent = '\u1EAD';
Preview: