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