| Symbol Name | Greek Capital Letter Epsilon With Psili And Oxia |
| Unicode Version | 1.1 |
| Unicode | U+1F1C |
| Unicode block | |
| General category | Uppercase Letter (Lu) |
| UTF-8 | E1 BC 9C |
| UTF-16 | 1F1C |
| UTF-32 | 00001F1C |
1\documentclass{article}2\usepackage{pifont}3\text{GREEKCAPITALLETTEREPSILONWITHPSILIANDOXIA}4\end{document}You can type the greek capital letter epsilon with psili and oxia symbol on most modern devices with the help of following methods:
Alt + 7964 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "greek capital letter epsilon with psili and oxia", or use Unicode Hex Input with 1F1C.
Ctrl + Shift + U, type 1f1c, 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-oxia::before { content: "\1F1C"; font-family: "Times New Roman", "Palatino Linotype", "DejaVu Serif", serif; }1<span>Ἔ</span>Greek Capital Letter Epsilon With Psili And Oxia symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\u1F1C' or String.fromCodePoint(7964) |
| Python | '\N{GREEK CAPITAL LETTER EPSILON WITH PSILI AND OXIA}' or chr(7964) |
| Rust | '\u{1F1C}' |
| C / C++ | UTF-8 source or wchar_t with U+1F1C |
| Go | string(rune(0x1F1C)) |
| Ruby | "\u{1F1C}" |
| CSS Code |
\1F1C |
| Hex Code | 0x1F1C |
| HTML Code | Ἔ |
| LaTeX | \text{GREEKCAPITALLETTEREPSILONWITHPSILIANDOXIA} |
| Symbol | Ἔ |
| URL encode (UTF-8 percent) | %E1%BC%9C |
| Spoken / screen reader name | Greek Capital Letter Epsilon With Psili And Oxia |