Latin Small Letter A With Breve And Dot Below

Shortcodes

Copy useful codes for latin small letter a with breve and dot below symbol ặ to use in websites, apps, blogs, and docs.

Unicode
U+1EB7
HTML Code
ặ
HEX Code
ặ
CSS Code
\1EB7
JS/JSON
\u1EB7
Unix/C/PHP/JAVA
0x1EB7
URL-encode
%E1%BA%B7

Customize Latin Small Letter A With Breve And Dot Below

Customize ặ, download it as SVG or PNG, or copy the generated HTML snippet.

  

How to use Latin Small Letter A With Breve And Dot Below Symbol in HTML, CSS, and JS

Insert in HTML

1. Direct symbol:
<span>ặ</span>
HTML Code:
<span>&#7863;</span>
HEX Code:
<span>&#x1EB7;</span>

Add with CSS

.latin-small-letter-a-with-breve-and-dot-below::before {
  content: '\\1EB7';
}

Set it in JavaScript

document.querySelector('.latin-small-letter-a-with-breve-and-dot-below').textContent = 'ặ';
copied