Latin Capital Letter A With Circumflex And Dot Below Letter
Ậ is a Latin extended letter: capital A with circumflex and a dot below.
U+1EAC
“Ậ” (U+1EAC) is a specific Latin Extended character used in languages and academic/typographic contexts that require both a circumflex and a dot below. You can copy it directly or use the provided HTML/CSS/JavaScript escapes in your code.
Latin Capital Letter A With Circumflex And Dot Below Letter Meaning
Ậ is the uppercase form of a Latin letter “A” combined with two diacritics: a circumflex (Â-like) and a dot below (Ȧ-like dot-below). This character is encoded as “LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND DOT BELOW” and corresponds to Unicode code point U+1EAC. In practice, it’s used when proper spelling requires both marks on the capital “A”, such as in specific orthographies, names, titles, and careful text reproduction. If you’re building multilingual interfaces or rendering accurate typography, using the exact Unicode character helps avoid incorrect substitutions.
Common uses
- •Copying and pasting a correct capital letter in names or place names that use this diacritic combination
- •Writing text for multilingual documents where the spelling requires circumflex plus dot below on “A”
- •Designing posters, labels, or headings that must match an exact official spelling
- •Programming and localization work where you need the precise Unicode character (U+1EAC)
- •Academic or linguistic writing that includes less common Latin Extended characters
Examples
Ậ – Latin Capital Letter A with Circumflex and Dot Below
- ẬẬnh
- ẬLê Ậu
- ẬHọc Ậnh
- ẬTrường Ậ
- ẬKý hiệu: Ậ
Variations
Technical codes
| Unicode | U+1EAC | |
| HTML Entity | Ậ | |
| HTML Code | Ậ | |
| CSS | \1EAC |
FAQ
What does the Latin Capital Letter A With Circumflex And Dot Below letter mean?
Ậ is the uppercase form of a Latin letter “A” combined with two diacritics: a circumflex (Â-like) and a dot below (Ȧ-like dot-below). This character is encoded as “LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND DOT BELOW” and corresponds to Unicode code point U+1EAC. In practice, it’s used when proper spelling requires both marks on the capital “A”, such as in specific orthographies, names, titles, and careful text reproduction. If you’re building multilingual interfaces or rendering accurate typography, using the exact Unicode character helps avoid incorrect substitutions.
What is the Unicode code point for “Ậ”?
“Ậ” corresponds to Unicode U+1EAC.
How can I insert “Ậ” in HTML?
Use the numeric character reference: Ậ
What CSS escape can I use for this character?
You can use the CSS escape: \\1EAC
How do I represent “Ậ” in JavaScript?
You can use: \\u{1EAC}