| Symbol Name | Latin Capital Letter O With Dot Above And Macron |
| Unicode Version | 3.0 |
| Unicode | U+0230 |
| Unicode block | |
| General category | Uppercase Letter (Lu) |
| UTF-8 | C8 B0 |
| UTF-16 | 0230 |
| UTF-32 | 00000230 |
1\documentclass{article}2\usepackage{pifont}3\text{LATINCAPITALLETTEROWITHDOTABOVEANDMACRON}4\end{document}You can type the latin capital letter o with dot above and macron symbol on most modern devices with the help of following methods:
Alt + 560 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "latin capital letter o with dot above and macron", or use Unicode Hex Input with 0230.
Ctrl + Shift + U, type 0230, then Enter (layout-dependent).
Paste from this page, use text replacement, or pick from the Latin keyboard.
Paste from this page or use a keyboard with Latin letter support.
1span.latin-capital-letter-o-with-dot-above-and-macron::before { content: "\0230"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>Ȱ</span>Latin Capital Letter O With Dot Above And Macron symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\u0230' or String.fromCodePoint(560) |
| Python | '\N{LATIN CAPITAL LETTER O WITH DOT ABOVE AND MACRON}' or chr(560) |
| Rust | '\u{0230}' |
| C / C++ | UTF-8 source or wchar_t with U+0230 |
| Go | string(rune(0x0230)) |
| Ruby | "\u{0230}" |
| CSS Code |
\0230 |
| Hex Code | 0x0230 |
| HTML Code | Ȱ |
| LaTeX | \text{LATINCAPITALLETTEROWITHDOTABOVEANDMACRON} |
| Symbol | Ȱ |
| URL encode (UTF-8 percent) | %C8%B0 |
| Spoken / screen reader name | Latin Capital Letter O With Dot Above And Macron |