| Nombre del símbolo | Greek Capital Letter Eta With Tonos |
| Versión Unicode | 1.1 |
| Unicode | U+0389 |
| Bloque Unicode | |
| Categoría general | Uppercase Letter (Lu) |
| UTF-8 | CE 89 |
| UTF-16 | 0389 |
| UTF-32 | 00000389 |
1\documentclass{article}2\usepackage{pifont}3\text{GREEKCAPITALLETTERETAWITHTONOS}4\end{document}Puedes escribir el símbolo greek capital letter eta with tonos en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 905 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "greek capital letter eta with tonos", or use Unicode Hex Input with 0389.
Ctrl + Shift + U, type 0389, 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-tonos::before { content: "\0389"; font-family: "Times New Roman", "Palatino Linotype", "DejaVu Serif", serif; }1<span>Ή</span>La representación del símbolo Greek Capital Letter Eta With Tonos en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\u0389' or String.fromCodePoint(905) |
| Python | '\N{GREEK CAPITAL LETTER ETA WITH TONOS}' or chr(905) |
| Rust | '\u{0389}' |
| C / C++ | UTF-8 source or wchar_t with U+0389 |
| Go | string(rune(0x0389)) |
| Ruby | "\u{0389}" |
| Código CSS |
\0389 |
| Código hexadecimal | 0x0389 |
| Código HTML | Ή |
| LaTeX | \text{GREEKCAPITALLETTERETAWITHTONOS} |
| Símbolo | Ή |
| Codificación URL (porcentaje UTF-8) | %CE%89 |
| Nombre oral / lector de pantalla | Greek Capital Letter Eta With Tonos |