copied = false, 2000)"
@keydown.enter="navigator.clipboard.writeText('Έ'); copied = true; setTimeout(() => copied = false, 2000)"
:class="copied ? 'border-green-400 bg-green-50 dark:bg-green-950' : ''">
Έ
GREEK CAPITAL LETTER EPSILON WITH OXIA
Overview
Έ (GREEK CAPITAL LETTER EPSILON WITH OXIA) is the Unicode character at code point U+1FC9. It belongs to the Greek Extended block, in the Uppercase Letter (Lu) general category. Its script is Grek.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+1FC9 | |
| decimal | 8137 | |
| htmldecimal | Έ | |
| htmlhex | Έ | |
| css | \1FC9 | |
| javascript | \u{1FC9} | |
| python | \u1fc9 | |
| java | \u1FC9 | |
| go | \u1FC9 | |
| ruby | \u{1FC9} | |
| rust | \u{1FC9} | |
| ccpp | \u1fc9 | |
| urlencoded | %E1%BF%89 | |
| utf8bytes | e1 bf 89 | |
| utf16bebytes | 1f c9 | |
| utf32bebytes | 00 00 1f c9 |
How to Use
HTML:
Έ
CSS:
content: "\1FC9"
JavaScript:
"\u{1FC9}"
Python:
"\u1fc9"
Properties
- Block
- Greek Extended
- Script
- Grek
- Category
- Uppercase Letter (Lu)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
- Decomposition
- 0388
Frequently Asked Questions
What is the Έ character (GREEK CAPITAL LETTER EPSILON WITH OXIA)?
Έ (GREEK CAPITAL LETTER EPSILON WITH OXIA) is the Unicode character U+1FC9.
What is the Unicode codepoint of GREEK CAPITAL LETTER EPSILON WITH OXIA?
The GREEK CAPITAL LETTER EPSILON WITH OXIA character (Έ) has codepoint U+1FC9.
How do I type or copy GREEK CAPITAL LETTER EPSILON WITH OXIA?
Copy Έ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.