| Symboolnaam | Greek Capital Letter Omicron With Varia |
| Unicode-versie | 1.1 |
| Unicode | U+1FF8 |
| Unicode-blok | |
| Algemene categorie | Uppercase Letter (Lu) |
| UTF-8 | E1 BF B8 |
| UTF-16 | 1FF8 |
| UTF-32 | 00001FF8 |
1\documentclass{article}2\usepackage{pifont}3\text{GREEKCAPITALLETTEROMICRONWITHVARIA}4\end{document}Je kunt het greek capital letter omicron with varia-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 8184 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "greek capital letter omicron with varia", or use Unicode Hex Input with 1FF8.
Ctrl + Shift + U, type 1ff8, then Enter (layout-dependent).
Paste from this page, use text replacement, or pick from the Greek keyboard.
Paste from this page or use a keyboard with Greek letter support.
1span.greek-capital-letter-omicron-with-varia::before { content: "\1FF8"; font-family: "Times New Roman", "Palatino Linotype", "DejaVu Serif", serif; }1<span>Ὸ</span>De weergave van het Greek Capital Letter Omicron With Varia-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\u1FF8' or String.fromCodePoint(8184) |
| Python | '\N{GREEK CAPITAL LETTER OMICRON WITH VARIA}' or chr(8184) |
| Rust | '\u{1FF8}' |
| C / C++ | UTF-8 source or wchar_t with U+1FF8 |
| Go | string(rune(0x1FF8)) |
| Ruby | "\u{1FF8}" |
| CSS-code |
\1FF8 |
| Hexadecimale code | 0x1FF8 |
| HTML-code | Ὸ |
| LaTeX | \text{GREEKCAPITALLETTEROMICRONWITHVARIA} |
| Symbool | Ὸ |
| URL-codering (UTF-8 procent) | %E1%BF%B8 |
| Uitgesproken naam / schermlezer | Greek Capital Letter Omicron With Varia |