About Latin Capital Letter O With Diaeresis And Macron
Latin Capital Letter O With Diaeresis And Macron is the Unicode character Ȫ at codepoint U+022A in the Latin Extended-B block of the Basic Multilingual Plane (BMP).
Developer Notes
| Unicode Codepoint | |
| Decimal | |
| UTF-8 (hex) | |
| UTF-16 (hex) | |
| HEX Entity | |
| HTML Entity | |
| CSS (\xxxx) | |
| JavaScript | |
| Python |
How to Use Latin Capital Letter O With Diaeresis And Macron
To use the Latin Capital Letter O With Diaeresis And Macron symbol (Ȫ) in HTML, insert the
entity Ȫ directly into your markup. The decimal entity Ȫ works in any HTML-serialised document.
In CSS pseudo-elements use content: '\22A';.
In JavaScript and TypeScript the escape '\u022A' evaluates to Ȫ. In Python source, write '\u022A'.
The character encodes to C8 AA as UTF-8 bytes and 022A as UTF-16 code units. Its decimal codepoint is 554.
This is a text-based Unicode character. It will render in the current font on most platforms. If a font lacks this glyph, the browser may show a placeholder or fall back to a system font.