| Symbolname | Latin Capital Letter O With Dot Above And Macron |
| Unicode-Version | 3.0 |
| Unicode | U+0230 |
| Unicode-Block | |
| Allgemeine Kategorie | 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}Sie können das Symbol latin capital letter o with dot above and macron auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
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>Die Darstellung des Symbols Latin Capital Letter O With Dot Above And Macron in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| 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 |
| Hexadezimalcode | 0x0230 |
| HTML-Code | Ȱ |
| LaTeX | \text{LATINCAPITALLETTEROWITHDOTABOVEANDMACRON} |
| Symbol | Ȱ |
| URL-Kodierung (UTF-8-Prozent) | %C8%B0 |
| Ansagename (Screenreader) | Latin Capital Letter O With Dot Above And Macron |