free-symbols
ǻ

Latin Small Letter A With Ring Above And Acute Letter

ǻ is a Latin letter “a” with a ring above and an acute accent, used in extended Latin text.

U+01FB

ǻ is a Unicode character from the Latin Extended block. It’s commonly needed when writing languages or transcriptions that require both a ring above and an acute accent on “a”. You can copy it directly or use its HTML/CSS/JavaScript escapes.

Latin Small Letter A With Ring Above And Acute Letter Meaning

ǻ (U+01FB) is the “a” letter with two diacritic marks: a ring above and an acute accent. In practice, it represents a specific sound or orthographic form in languages and scholarly transcriptions that distinguish between base letters and diacritized variants. Because it includes both diacritics, it should be used as a single precomposed character rather than separate symbols when possible. When you’re typing or designing text for an international audience, using the exact Unicode character helps preserve spelling, pronunciation cues, and consistent typography across platforms.

Common uses

  • Typing or displaying language text that requires diacritics on “a”
  • Academic and linguistic transcription where the exact character matters
  • Form field input for names, places, or words containing ǻ
  • UI text and localization strings in multilingual applications
  • Publishing documents that must match Unicode/encoding expectations

Examples

ǻ Latin small letter a with ring above and acute

  • ǻHǻrǻ is written with a diacritized a.
  • ǻThe word contains ǻ in the middle of a sentence.
  • ǻPlease use ǻ instead of a plain “a”.
  • ǻǻ can appear in catalog titles and proper nouns.
  • ǻTranscription: ǻ marks a specific vowel quality.

Variations

Technical codes

UnicodeU+01FB
HTML Entityǻ
HTML Codeǻ
CSS\01FB

FAQ

What does the Latin Small Letter A With Ring Above And Acute letter mean?

ǻ (U+01FB) is the “a” letter with two diacritic marks: a ring above and an acute accent. In practice, it represents a specific sound or orthographic form in languages and scholarly transcriptions that distinguish between base letters and diacritized variants. Because it includes both diacritics, it should be used as a single precomposed character rather than separate symbols when possible. When you’re typing or designing text for an international audience, using the exact Unicode character helps preserve spelling, pronunciation cues, and consistent typography across platforms.

What is the Unicode code point for ǻ?

ǻ is U+01FB (LATIN SMALL LETTER A WITH RING ABOVE AND ACUTE).

How do I copy ǻ reliably into HTML?

You can use the HTML entity: ǻ

What CSS escape can I use for this character?

Use the CSS escape: \\01FB

How can I represent ǻ in JavaScript?

Use the JavaScript Unicode escape: \\u{01FB}