LATIN CAPITAL LETTER E vs CYRILLIC CAPITAL LETTER IE
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' : ''">
Е
CYRILLIC CAPITAL LETTER IE
U+0415
View details →
VS
Property Comparison
| Property | E U+0045 | Е U+0415 |
|---|---|---|
| Name | LATIN CAPITAL LETTER E | CYRILLIC CAPITAL LETTER IE |
| Block | Basic Latin | Cyrillic |
| Script | Latn | Cyrl |
| Category | Uppercase Letter (Lu) | Uppercase Letter (Lu) |
| Bidirectional | L | L |
Encoding Comparison
| Format | U+0045 | U+0415 |
|---|---|---|
| unicode | U+0045 | U+0415 |
| decimal | 69 | 1045 |
| htmldecimal | E | Е |
| htmlhex | E | Е |
| css | \0045 | \0415 |
| javascript | \u{45} | \u{415} |
| python | \u0045 | \u0415 |
| java | \u0045 | \u0415 |
| go | \u0045 | \u0415 |
| ruby | \u{45} | \u{415} |
| rust | \u{45} | \u{415} |
| ccpp | \u0045 | \u0415 |
| urlencoded | E | %D0%95 |
| utf8bytes | 45 | d0 95 |
| utf16bebytes | 00 45 | 04 15 |
| utf32bebytes | 00 00 00 45 | 00 00 04 15 |
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 CYRILLIC CAPITAL LETTER IE is from Cyrillic (Cyrl). 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.