| Nombre del símbolo | Greek Capital Letter Epsilon With Tonos |
| Versión Unicode | 1.1 |
| Unicode | U+0388 |
| Bloque Unicode | |
| Categoría general | 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}Puedes escribir el símbolo greek capital letter epsilon with tonos en la mayoría de dispositivos modernos con los siguientes métodos:
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 representación del símbolo Greek Capital Letter Epsilon With Tonos en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| 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}" |
| Código CSS |
\0388 |
| Código hexadecimal | 0x0388 |
| Código HTML | Έ |
| LaTeX | \text{GREEKCAPITALLETTEREPSILONWITHTONOS} |
| Símbolo | Έ |
| Codificación URL (porcentaje UTF-8) | %CE%88 |
| Nombre oral / lector de pantalla | Greek Capital Letter Epsilon With Tonos |