| Symboolnaam | Latin Capital Letter O With Dot Above |
| Unicode-versie | 3.0 |
| Unicode | U+022E |
| Unicode-blok | |
| Algemene categorie | Uppercase Letter (Lu) |
| UTF-8 | C8 AE |
| UTF-16 | 022E |
| UTF-32 | 0000022E |
1\documentclass{article}2\usepackage{pifont}3\text{LATINCAPITALLETTEROWITHDOTABOVE}4\end{document}Je kunt het latin capital letter o with dot above-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 558 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "latin capital letter o with dot above", or use Unicode Hex Input with 022E.
Ctrl + Shift + U, type 022e, 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::before { content: "\022E"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>Ȯ</span>De weergave van het Latin Capital Letter O With Dot Above-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\u022E' or String.fromCodePoint(558) |
| Python | '\N{LATIN CAPITAL LETTER O WITH DOT ABOVE}' or chr(558) |
| Rust | '\u{022E}' |
| C / C++ | UTF-8 source or wchar_t with U+022E |
| Go | string(rune(0x022E)) |
| Ruby | "\u{022E}" |
| CSS-code |
\022E |
| Hexadecimale code | 0x022E |
| HTML-code | Ȯ |
| LaTeX | \text{LATINCAPITALLETTEROWITHDOTABOVE} |
| Symbool | Ȯ |
| URL-codering (UTF-8 procent) | %C8%AE |
| Uitgesproken naam / schermlezer | Latin Capital Letter O With Dot Above |