Uppercase A breve (Ă) is the Unicode character at U+0102 in Latin Extended-A. Official name: LATIN CAPITAL LETTER A WITH BREVE — a capital A with a short curved mark (breve) above it, common in Romanian.
Remember
Character Ă
Unicode U+0102
Named entity Ă (capital A)
Hex entity Ă
Decimal Ă
CSS escape \0102
Not the same ă · Â · Ǎ
Prefer Ă in HTML markup — the capital A in the name matters. Numeric forms and typing Ă in UTF-8 also work. For the lowercase letter, use ă (ă).
 (Â) is a pointed hat. Ă is a short curved breve — both appear in Romanian, but they are different letters.
vs Ǎ
Not a caron
Ǎ (Ǎ) uses a háček/caron. A breve is rounder and shorter — do not swap them in orthography.
Fonts
Needs Latin Extended-A coverage
Most modern fonts include Ă. If a UI font omits it, fall back to a stack with Latin Extended-A support.
CSS vs HTML
Do not mix escapes
\0102 belongs in CSS strings. Ă / Ă / Ă belong in HTML.
A11y
Mark the language
When Ă appears in real words, set lang="ro" (or the correct language) so screen readers pronounce text correctly.
Compatibility
Browser Support
Uppercase A breve (U+0102) and its entity forms (Ă, Ă, Ă, CSS \\0102) are supported in all mainstream browsers. Visible glyphs depend on Latin Extended-A font coverage.
✓ Universal support
Uppercase A Breve (Ă)
Encode with named, hex, decimal, CSS escape, or type the character — same code point everywhere encoding is supported.
100%Browser coverage
Google ChromeSupported
Yes
Microsoft EdgeSupported
Yes
Mozilla FirefoxSupported
Yes
Apple SafariSupported
Yes
OperaSupported
Yes
Internet ExplorerAll versions
Yes
U+0102 / ĂFull support
Bottom line: Prefer Ă (capital A) in HTML. Use \\0102 only inside CSS content. Do not confuse with ă (ă) or  (Â).
Remember
Key Takeaways
Unicode: uppercase A breve is U+0102 (decimal 258) — glyph Ă.
HTML: prefer Ă (capital A) — also Ă / Ă.
CSS: use \0102 inside content for generated text.
Meaning:Ă is capital breve — not ă (ă), not  (Â).
Use Ă (named), Ă (hex), Ă (decimal), type Ă directly in UTF-8, or the CSS escape \0102 in content. Prefer Ă in normal HTML.
U+0102 (LATIN CAPITAL LETTER A WITH BREVE). Hex 102, decimal 258. It belongs to Latin Extended-A (U+0100–U+017F).
Yes. Use Ă (capital A). Numeric forms Ă and Ă also work. Note: ă (lowercase) is a different letter (ă).
No. Ă is U+0102 (Ă, breve — a short curved mark). Â is U+00C2 (Â, circumflex). Ǎ is U+01CD (caron / háček).
Use it for Romanian and other orthographies that need Ă in titles, names, and uppercase text — not as a substitute for Â.
HTML entities (Ă, Ă, or Ă) go in markup. The CSS escape \0102 goes in stylesheet strings (usually content on ::before/::after).
🤔
Did you know?
Uppercase A breve is Unicode U+0102 (decimal 258) — glyph Ă in Latin Extended-A (U+0100–U+017F). HTML5 names it Ă (capital A). Official name: LATIN CAPITAL LETTER A WITH BREVE. Lowercase is ă (ă, U+0103). Common in Romanian (e.g. Ă). Do not confuse with circumflex  (Â) or caron Ǎ.