Uppercase A with double grave (Ȁ) is the Unicode character at U+0200 in Latin Extended-B. Official name: LATIN CAPITAL LETTER A WITH DOUBLE GRAVE — a capital A with two grave accents, used in Slavic linguistics and phonetic transcription.
Remember
Character Ȁ
Unicode U+0200
Named entity (none)
Hex entity Ȁ
Decimal Ȁ
CSS escape \0200
Not the same À · Ǡ · ȁ
Prefer Ȁ or Ȁ in HTML markup. You can also type Ȁ in UTF-8. For a single grave, use À (À).
Using Hex Code: Ȁ
Using HTML Code: Ȁ
Using CSS Entity: Ȁ
Typed directly: Ȁ
Case pair: Ȁ / ȁ
How It Works
1. Hex:U+0200 → Ȁ in HTML. Preferred numeric form when you need an entity.
2. Decimal: same code point as 512 → Ȁ. Same glyph as hex.
3. CSS: use \0200 in content (not an HTML entity). Prefer the four-digit form so the escape is not ambiguous next to other hex digits. #point::after appends that Ȁ after the paragraph text.
4. Typed / pair: paste Ȁ in UTF-8, or show the case pair with Ȁ / ȁ.
5. No named entity: HTML5 does not define a name for U+0200 — use numeric references or type the character.
Pitfalls & Tips
Common mistakes when working with U+0200.
vs À
Not single-grave À
À (À) has one grave. Ȁ has two — do not use À for Serbian/Slavic double-grave notation.
vs Ǡ
Not dot+macron Ǡ
Ǡ looks different but can be confused in low-quality fonts. Double grave is two grave marks, not a dot and bar.
Named
No named HTML entity
There is no &Adblgrave; (or similar) for U+0200. Use Ȁ or Ȁ.
CSS
Prefer \0200 over \200
A short escape like \200 can swallow following hex digits. Use \0200 (or end the escape with a space) in CSS strings.
Fonts
Needs Latin Extended-B coverage
Some UI fonts omit rarer Latin Extended-B letters. Prefer a stack with good Latin coverage if the glyph must always show.
A11y
Use real language text
When this letter appears in real words, keep surrounding text and lang accurate so screen readers get useful context.
Compatibility
Browser Support
Uppercase A with double grave (U+0200) and its entity forms (Ȁ, Ȁ, CSS \\0200) are supported in all mainstream browsers. Visible glyphs depend on Latin Extended-B font coverage.
✓ Universal support
Uppercase A Double Grave (Ȁ)
Encode with 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+0200 / entitiesFull support
Bottom line: Prefer Ȁ or Ȁ in HTML. Use \\0200 only inside CSS content. There is no named entity.
Remember
Key Takeaways
Unicode: A with double grave is U+0200 (decimal 512) — glyph Ȁ.
HTML: no named entity — use Ȁ / Ȁ / type Ȁ.
CSS: use \0200 inside content for generated text.
Meaning:Ȁ is double grave — not À (À).
One line:U+0200 → Ȁ / Ȁ / CSS \0200 (no named entity).
Frequently Asked Questions
Use Ȁ (hex), Ȁ (decimal), type Ȁ directly in UTF-8, or the CSS escape \0200 in content. There is no named HTML entity.
U+0200 (LATIN CAPITAL LETTER A WITH DOUBLE GRAVE). Hex 0200, decimal 512. It belongs to Latin Extended-B (U+0180–U+024F).
No. Use numeric references Ȁ or Ȁ, or type Ȁ in UTF-8.
No. Ȁ has a double grave accent. À is U+00C0 (À, a single grave).
Use it for Slavic linguistics, phonetic transcription, or orthographies that need A with a double grave — not as a substitute for French/Italian À.
HTML entities (Ȁ or Ȁ) go in markup. The CSS escape \0200 goes in stylesheet strings (usually content on ::before/::after).
🤔
Did you know?
Uppercase A with double grave is Unicode U+0200 (decimal 512) — glyph Ȁ in Latin Extended-B (U+0180–U+024F). Official name: LATIN CAPITAL LETTER A WITH DOUBLE GRAVE. HTML5 has no named entity — use Ȁ or Ȁ. Lowercase pair is U+0201 (ȁ). Used in Slavic linguistics and phonetic transcription. Do not confuse with À U+00C0 (À, single grave).