| Nome del simbolo | Greek Capital Letter Epsilon With Tonos |
| Versione Unicode | 1.1 |
| Unicode | U+0388 |
| Blocco Unicode | |
| Categoria generale | 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}Puoi digitare il simbolo greek capital letter epsilon with tonos sulla maggior parte dei dispositivi moderni con i seguenti metodi:
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>La rappresentazione del simbolo Greek Capital Letter Epsilon With Tonos nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| 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}" |
| Codice CSS |
\0388 |
| Codice esadecimale | 0x0388 |
| Codice HTML | Έ |
| LaTeX | \text{GREEKCAPITALLETTEREPSILONWITHTONOS} |
| Simbolo | Έ |
| Codifica URL (percentuale UTF-8) | %CE%88 |
| Nome parlato / screen reader | Greek Capital Letter Epsilon With Tonos |