| Symbolname | Greek Capital Letter Epsilon With Psili And Varia |
| Unicode-Version | 1.1 |
| Unicode | U+1F1A |
| Unicode-Block | |
| Allgemeine Kategorie | Uppercase Letter (Lu) |
| UTF-8 | E1 BC 9A |
| UTF-16 | 1F1A |
| UTF-32 | 00001F1A |
1\documentclass{article}2\usepackage{pifont}3\text{GREEKCAPITALLETTEREPSILONWITHPSILIANDVARIA}4\end{document}Sie können das Symbol greek capital letter epsilon with psili and varia auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
Alt + 7962 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "greek capital letter epsilon with psili and varia", or use Unicode Hex Input with 1F1A.
Ctrl + Shift + U, type 1f1a, 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-psili-and-varia::before { content: "\1F1A"; font-family: "Times New Roman", "Palatino Linotype", "DejaVu Serif", serif; }1<span>Ἒ</span>Die Darstellung des Symbols Greek Capital Letter Epsilon With Psili And Varia in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| JavaScript / TypeScript | '\u1F1A' or String.fromCodePoint(7962) |
| Python | '\N{GREEK CAPITAL LETTER EPSILON WITH PSILI AND VARIA}' or chr(7962) |
| Rust | '\u{1F1A}' |
| C / C++ | UTF-8 source or wchar_t with U+1F1A |
| Go | string(rune(0x1F1A)) |
| Ruby | "\u{1F1A}" |
| CSS-Code |
\1F1A |
| Hexadezimalcode | 0x1F1A |
| HTML-Code | Ἒ |
| LaTeX | \text{GREEKCAPITALLETTEREPSILONWITHPSILIANDVARIA} |
| Symbol | Ἒ |
| URL-Kodierung (UTF-8-Prozent) | %E1%BC%9A |
| Ansagename (Screenreader) | Greek Capital Letter Epsilon With Psili And Varia |