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