Uppercase A above dot (Ȧ) is the Unicode character at U+0226 in Latin Extended-B. Official name: LATIN CAPITAL LETTER A WITH DOT ABOVE. It is a precomposed capital A with a dot diacritic — used in linguistics and some orthographies.
Remember
Character Ȧ
Unicode U+0226
Hex entity Ȧ
Decimal Ȧ
CSS escape \226
Named entity (none)
Lowercase ȧ (U+0227)
Prefer Ȧ or Ȧ in HTML markup. You can also type Ȧ in UTF-8. There is no named entity.
Using Hex Code: Ȧ
Using HTML Code: Ȧ
Using CSS Entity: Ȧ
Typed directly: Ȧ
Example: Letter Ȧ with dot above
Case pair: Ȧ / ȧ
How It Works
1. Hex:U+0226 → Ȧ in HTML. The browser turns it into Ȧ.
2. Decimal: same code point as 550 → Ȧ. Same result as hex.
3. CSS: use \226 in content (not an HTML entity). #point::after appends that Ȧ after the paragraph text.
4. Typed / pair: paste Ȧ in UTF-8, and use ȧ (U+0227) for the lowercase form.
Pitfalls & Tips
Common mistakes when working with Uppercase A Above Dot.
Named?
No named entity
HTML5 does not define a named entity for U+0226. Use Ȧ or Ȧ.
A
Not plain A
Keyboard A is U+0041. Use U+0226 only when you need the precomposed dotted capital.
Combine
Prefer precomposed
A + combining dot above (U+0307) can look similar but is two code points. Prefer Ȧ when the precomposed letter is available.
ȧ
Case pair
Lowercase a with dot above is U+0227 (ȧ). Pick the case that matches your text.
CSS vs HTML
Do not mix escapes
\226 belongs in CSS strings. Ȧ / Ȧ belong in HTML.
Fonts
Extended Latin coverage
Some UI fonts omit Latin Extended-B letters. Prefer a font that covers this block for display.
Compatibility
Browser Support
Uppercase A above dot (U+0226) and its entity forms (Ȧ, Ȧ, CSS \\226) are supported in all mainstream browsers. Visible glyphs depend on Latin Extended-B font coverage.
✓ Universal support
Uppercase A Above Dot (Ȧ)
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+0226 / entitiesFull support
Bottom line: Prefer Ȧ or Ȧ in HTML. Use \\226 only inside CSS content. There is no named entity.
Remember
Key Takeaways
Unicode: this letter is U+0226 (decimal 550) — glyph Ȧ.
HTML: use Ȧ or Ȧ — no named entity; typing Ȧ also works.
CSS: use \226 inside content for generated text.
Watch out:Ȧ ≠ plain A; pair is ȧ; prefer precomposed over combining.
One line:U+0226 → Ȧ / Ȧ / CSS \226.
Frequently Asked Questions
Use Ȧ (hex), Ȧ (decimal), type Ȧ directly in UTF-8, or the CSS escape \226 in content. There is no named HTML entity for U+0226.
U+0226 (LATIN CAPITAL LETTER A WITH DOT ABOVE). Hex 226, decimal 550. It belongs to Latin Extended-B (U+0180–U+024F).
No. HTML5 does not define a named entity for this character. Use numeric forms Ȧ or Ȧ.
Use it in linguistic, phonetic, or orthographic text that needs capital A with a dot above as one precomposed letter. Prefer the lowercase pair U+0227 for small-letter contexts.
HTML entities (Ȧ or Ȧ) go in markup. The CSS escape \226 goes in stylesheet strings (usually content on ::before/::after).
No. Ȧ is the precomposed capital letter (U+0226). Plain A is U+0041. A followed by combining dot above (U+0307) is a two-code-point sequence that can look similar but is not the same character.
🤔
Did you know?
Uppercase A above dot (Ȧ) is Unicode U+0226 (decimal 550) — LATIN CAPITAL LETTER A WITH DOT ABOVE in Latin Extended-B. HTML5 has no named entity — use Ȧ or Ȧ. Its lowercase pair is U+0227 (ȧ). Do not confuse the precomposed letter with plain A plus combining dot above (U+0307).