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
Overview
Ε (GREEK CAPITAL LETTER EPSILON) is the Unicode character at code point U+0395. It belongs to the Greek and Coptic block, in the Uppercase Letter (Lu) general category. Its script is Grek.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+0395 | |
| decimal | 917 | |
| htmldecimal | Ε | |
| htmlhex | Ε | |
| css | \0395 | |
| javascript | \u{395} | |
| python | \u0395 | |
| java | \u0395 | |
| go | \u0395 | |
| ruby | \u{395} | |
| rust | \u{395} | |
| ccpp | \u0395 | |
| urlencoded | %CE%95 | |
| utf8bytes | ce 95 | |
| utf16bebytes | 03 95 | |
| utf32bebytes | 00 00 03 95 |
How to Use
HTML:
Ε
CSS:
content: "\0395"
JavaScript:
"\u{395}"
Python:
"\u0395"
Properties
- Block
- Greek and Coptic
- Script
- Grek
- Category
- Uppercase Letter (Lu)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
Compare
Frequently Asked Questions
What is the Ε character (GREEK CAPITAL LETTER EPSILON)?
Ε (GREEK CAPITAL LETTER EPSILON) is the Unicode character U+0395.
What is the Unicode codepoint of GREEK CAPITAL LETTER EPSILON?
The GREEK CAPITAL LETTER EPSILON character (Ε) has codepoint U+0395.
How do I type or copy GREEK CAPITAL LETTER EPSILON?
Copy Ε directly, or use the HTML entity, UTF-8, and code encodings shown on this page.