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