Latin Small Letter A With Circumflex And Acute Letter
ấ is the lowercase “a” with both a circumflex and an acute accent.
U+1EA5
The character ấ is a Latin Extended letter used in languages that rely on diacritics for pronunciation and meaning. You can copy it directly or generate it using its Unicode code point.
Latin Small Letter A With Circumflex And Acute Letter Meaning
“ấ” is the lowercase form of the Latin letter A combined with two diacritics: a circumflex (ˆ) and an acute accent (´). In Unicode it is named “LATIN SMALL LETTER A WITH CIRCUMFLEX AND ACUTE” (U+1EA5). Because it is a single precomposed character, it’s useful when you need the exact visual form in text, typography, or data. It commonly appears in Vietnamese writing systems and in properly annotated Latin-based text. When building web content, prefer the character’s Unicode value to avoid missing-font or incorrect combining behavior.
Common uses
- •Typing or proofreading Vietnamese text that includes the specific “ấ” letter
- •Using in names, titles, or labels where correct diacritics must match official spelling
- •Web and app UI text that requires the precise precomposed character
- •Design mockups and typography samples involving Latin Extended characters
- •Developer content (datasets, CSV/JSON, localization strings) that must preserve exact Unicode
Examples
ấ — Latin small letter a with circumflex and acute
- ấChúc mừng năm mới ấ
- ấTôi thích cà phê sữa ấng buổi sáng.
- ấBài hát có nốt ấ rất hay.
- ấĐịa danh: An ấng.
- ấGhi chú: hãy kiểm tra ấ trong nội dung.
Variations
Technical codes
| Unicode | U+1EA5 | |
| HTML Entity | ấ | |
| HTML Code | ấ | |
| CSS | \1EA5 |
FAQ
What does the Latin Small Letter A With Circumflex And Acute letter mean?
“ấ” is the lowercase form of the Latin letter A combined with two diacritics: a circumflex (ˆ) and an acute accent (´). In Unicode it is named “LATIN SMALL LETTER A WITH CIRCUMFLEX AND ACUTE” (U+1EA5). Because it is a single precomposed character, it’s useful when you need the exact visual form in text, typography, or data. It commonly appears in Vietnamese writing systems and in properly annotated Latin-based text. When building web content, prefer the character’s Unicode value to avoid missing-font or incorrect combining behavior.
What is the Unicode code point for ấ?
The character ấ is U+1EA5.
How do I copy ấ into HTML?
Use the HTML entity: ấ.
How can I generate ấ in JavaScript?
You can use the code point escape: \\u{1EA5}.
Is ấ different from typing “a” with combining diacritics?
They can look similar, but ấ is a single precomposed Unicode character, while combining sequences are separate code points; using U+1EA5 helps preserve the exact intended character.