| Symboolnaam | Greek Capital Letter Omicron With Psili And Oxia |
| Unicode-versie | 1.1 |
| Unicode | U+1F4C |
| Unicode-blok | |
| Algemene categorie | Uppercase Letter (Lu) |
| UTF-8 | E1 BD 8C |
| UTF-16 | 1F4C |
| UTF-32 | 00001F4C |
1\documentclass{article}2\usepackage{pifont}3\text{GREEKCAPITALLETTEROMICRONWITHPSILIANDOXIA}4\end{document}Je kunt het greek capital letter omicron with psili and oxia-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 8012 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "greek capital letter omicron with psili and oxia", or use Unicode Hex Input with 1F4C.
Ctrl + Shift + U, type 1f4c, 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-psili-and-oxia::before { content: "\1F4C"; font-family: "Times New Roman", "Palatino Linotype", "DejaVu Serif", serif; }1<span>Ὄ</span>De weergave van het Greek Capital Letter Omicron With Psili And Oxia-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\u1F4C' or String.fromCodePoint(8012) |
| Python | '\N{GREEK CAPITAL LETTER OMICRON WITH PSILI AND OXIA}' or chr(8012) |
| Rust | '\u{1F4C}' |
| C / C++ | UTF-8 source or wchar_t with U+1F4C |
| Go | string(rune(0x1F4C)) |
| Ruby | "\u{1F4C}" |
| CSS-code |
\1F4C |
| Hexadecimale code | 0x1F4C |
| HTML-code | Ὄ |
| LaTeX | \text{GREEKCAPITALLETTEROMICRONWITHPSILIANDOXIA} |
| Symbool | Ὄ |
| URL-codering (UTF-8 procent) | %E1%BD%8C |
| Uitgesproken naam / schermlezer | Greek Capital Letter Omicron With Psili And Oxia |