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