| Nom du symbole | Greek Capital Letter Eta With Psili |
| Version Unicode | 1.1 |
| Unicode | U+1F28 |
| Bloc Unicode | |
| Catégorie générale | Uppercase Letter (Lu) |
| UTF-8 | E1 BC A8 |
| UTF-16 | 1F28 |
| UTF-32 | 00001F28 |
1\documentclass{article}2\usepackage{pifont}3\text{GREEKCAPITALLETTERETAWITHPSILI}4\end{document}Vous pouvez saisir le symbole greek capital letter eta with psili sur la plupart des appareils modernes avec les méthodes suivantes :
Alt + 7976 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "greek capital letter eta with psili", or use Unicode Hex Input with 1F28.
Ctrl + Shift + U, type 1f28, 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-psili::before { content: "\1F28"; font-family: "Times New Roman", "Palatino Linotype", "DejaVu Serif", serif; }1<span>Ἠ</span>La représentation du symbole Greek Capital Letter Eta With Psili dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\u1F28' or String.fromCodePoint(7976) |
| Python | '\N{GREEK CAPITAL LETTER ETA WITH PSILI}' or chr(7976) |
| Rust | '\u{1F28}' |
| C / C++ | UTF-8 source or wchar_t with U+1F28 |
| Go | string(rune(0x1F28)) |
| Ruby | "\u{1F28}" |
| Code CSS |
\1F28 |
| Code hexadécimal | 0x1F28 |
| Code HTML | Ἠ |
| LaTeX | \text{GREEKCAPITALLETTERETAWITHPSILI} |
| Symbole | Ἠ |
| Encodage URL (pourcent UTF-8) | %E1%BC%A8 |
| Nom oral / lecteur d’écran | Greek Capital Letter Eta With Psili |