| Symbol Name | Greek Capital Letter Eta With Tonos |
| Unicode Version | 1.1 |
| Unicode | U+0389 |
| Unicode block | |
| General category | Uppercase Letter (Lu) |
| CSS Code |
| UTF-8 | CE 89 |
| UTF-16 | 0389 |
| UTF-32 | 00000389 |
1\documentclass{article}2\usepackage{pifont}3\text{GREEKCAPITALLETTERETAWITHTONOS}4\end{document}You can type the greek capital letter eta with tonos symbol on most modern devices with the help of following methods:
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>Greek Capital Letter Eta With Tonos symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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}" |
\0389 |
| Hex Code | 0x0389 |
| HTML Code | Ή |
| LaTeX | \text{GREEKCAPITALLETTERETAWITHTONOS} |
| Symbol | Ή |
| URL encode (UTF-8 percent) | %CE%89 |
| Spoken / screen reader name | Greek Capital Letter Eta With Tonos |