LATIN CAPITAL LETTER E vs GREEK CAPITAL LETTER EPSILON
Embed This Widget
Add the script tag and a data attribute to embed this widget.
Embed via iframe for maximum compatibility.
<iframe src="https://unicodefyi.com/iframe/entity//" width="420" height="400" frameborder="0" style="border:0;border-radius:10px;max-width:100%" loading="lazy"></iframe>
Paste this URL in WordPress, Medium, or any oEmbed-compatible platform.
https://unicodefyi.com/entity//
Add a dynamic SVG badge to your README or docs.
[](https://unicodefyi.com/entity//)
Use the native HTML custom element.
copied1 = false, 2000)"
:class="copied1 ? 'border-green-400 bg-green-50 dark:bg-green-950' : ''">
E
LATIN CAPITAL LETTER E
U+0045
View details →
copied2 = false, 2000)"
:class="copied2 ? 'border-green-400 bg-green-50 dark:bg-green-950' : ''">
Ε
GREEK CAPITAL LETTER EPSILON
U+0395
View details →
VS
Property Comparison
| Property | E U+0045 | Ε U+0395 |
|---|---|---|
| Name | LATIN CAPITAL LETTER E | GREEK CAPITAL LETTER EPSILON |
| Block | Basic Latin | Greek and Coptic |
| Script | Latn | Grek |
| Category | Uppercase Letter (Lu) | Uppercase Letter (Lu) |
| Bidirectional | L | L |
Encoding Comparison
| Format | U+0045 | U+0395 |
|---|---|---|
| unicode | U+0045 | U+0395 |
| decimal | 69 | 917 |
| htmldecimal | E | Ε |
| htmlhex | E | Ε |
| css | \0045 | \0395 |
| javascript | \u{45} | \u{395} |
| python | \u0045 | \u0395 |
| java | \u0045 | \u0395 |
| go | \u0045 | \u0395 |
| ruby | \u{45} | \u{395} |
| rust | \u{45} | \u{395} |
| ccpp | \u0045 | \u0395 |
| urlencoded | E | %CE%95 |
| utf8bytes | 45 | ce 95 |
| utf16bebytes | 00 45 | 03 95 |
| utf32bebytes | 00 00 00 45 | 00 00 03 95 |
How to Distinguish
These characters may look similar but belong to different scripts and blocks. LATIN CAPITAL LETTER E is from the Basic Latin block (Latn script), while GREEK CAPITAL LETTER EPSILON is from Greek and Coptic (Grek). Check the codepoint or encoding to tell them apart.
Tip: Paste the character into a hex editor or use
charCodeAt()
in JavaScript to check the actual codepoint.