| Symboolnaam | Greek Capital Letter Omega With Dasia And Varia And Prosgegrammeni |
| Unicode-versie | 1.1 |
| Unicode | U+1FAB |
| Unicode-blok | |
| Algemene categorie | Lt (Lt) |
| UTF-8 | E1 BE AB |
| UTF-16 | 1FAB |
| UTF-32 | 00001FAB |
1\documentclass{article}2\usepackage{pifont}3\text{GREEKCAPITALLETTEROMEGAWITHDASIAANDVARIAANDPROSGEGRAMMENI}4\end{document}Je kunt het greek capital letter omega with dasia and varia and prosgegrammeni-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 8107 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "greek capital letter omega with dasia and varia and prosgegrammeni", or use Unicode Hex Input with 1FAB.
Ctrl + Shift + U, type 1fab, 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-omega-with-dasia-and-varia-and-prosgegrammeni::before { content: "\1FAB"; font-family: "Times New Roman", "Palatino Linotype", "DejaVu Serif", serif; }1<span>ᾫ</span>De weergave van het Greek Capital Letter Omega With Dasia And Varia And Prosgegrammeni-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\u1FAB' or String.fromCodePoint(8107) |
| Python | '\N{GREEK CAPITAL LETTER OMEGA WITH DASIA AND VARIA AND PROSGEGRAMMENI}' or chr(8107) |
| Rust | '\u{1FAB}' |
| C / C++ | UTF-8 source or wchar_t with U+1FAB |
| Go | string(rune(0x1FAB)) |
| Ruby | "\u{1FAB}" |
| CSS-code |
\1FAB |
| Hexadecimale code | 0x1FAB |
| HTML-code | ᾫ |
| LaTeX | \text{GREEKCAPITALLETTEROMEGAWITHDASIAANDVARIAANDPROSGEGRAMMENI} |
| Symbool | ᾫ |
| URL-codering (UTF-8 procent) | %E1%BE%AB |
| Uitgesproken naam / schermlezer | Greek Capital Letter Omega With Dasia And Varia And Prosgegrammeni |