Latin Small Letter O With Dot Above And Macron Letter
ȱ is a Latin Extended lowercase “o” with a dot above and a macron, used in specific written and technical contexts.
U+0231
ȱ is a Unicode character from the Latin Extended block. It’s useful when you need an “o” with both a dot above and a macron for accurate text rendering. Below you’ll find practical ways to copy it and use it in HTML, CSS, and JavaScript.
Latin Small Letter O With Dot Above And Macron Letter Meaning
ȱ (U+0231) is “LATIN SMALL LETTER O WITH DOT ABOVE AND MACRON.” The base letter is a lowercase “o” that has two diacritic marks: a dot above and a macron. Characters like this are typically used to represent language-specific sounds or transcription conventions that require multiple diacritics on the same letter. Because it is a single precomposed Unicode character, using ȱ directly helps ensure consistent rendering and avoids relying on separate combining marks. When accuracy matters—such as in linguistics, scholarly text, or UI text that must match a specific orthography—using the exact character is recommended.
Common uses
- •Copying correct orthography in linguistics or language study materials
- •Typing or rendering transcribed names and words that use this exact diacritic pattern
- •Accurate display in documents where fonts and layout must match a predefined character set
- •Preparing text for academic publications or citations that preserve exact characters
- •UI labels and data entry fields that must match Unicode-precise identifiers
Examples
ȱ — latin small letter o with dot above and macron
- ȱȱȱ
- ȱaɡa ȱ is used here
- ȱtranscription: ȱ
- ȱnote: compare o vs ȱ
- ȱstring contains ȱ
Variations
Technical codes
| Unicode | U+0231 | |
| HTML Entity | ȱ | |
| HTML Code | ȱ | |
| CSS | \0231 |
FAQ
What does the Latin Small Letter O With Dot Above And Macron letter mean?
ȱ (U+0231) is “LATIN SMALL LETTER O WITH DOT ABOVE AND MACRON.” The base letter is a lowercase “o” that has two diacritic marks: a dot above and a macron. Characters like this are typically used to represent language-specific sounds or transcription conventions that require multiple diacritics on the same letter. Because it is a single precomposed Unicode character, using ȱ directly helps ensure consistent rendering and avoids relying on separate combining marks. When accuracy matters—such as in linguistics, scholarly text, or UI text that must match a specific orthography—using the exact character is recommended.
What is the Unicode code point for ȱ?
ȱ is U+0231.
How do I include ȱ in HTML?
Use the HTML entity: ȱ
What are the CSS and JavaScript escapes for ȱ?
CSS escape: \\0231. JavaScript escape: \\u{0231}.
Is ȱ the same as writing a normal “o” with separate combining diacritics?
They may look similar, but using ȱ directly is recommended when you need the exact precomposed character for consistent rendering.