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