LATIN SMALL LETTER E vs CYRILLIC SMALL 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 SMALL LETTER E
U+0065
View details →
copied2 = false, 2000)"
:class="copied2 ? 'border-green-400 bg-green-50 dark:bg-green-950' : ''">
е
CYRILLIC SMALL LETTER IE
U+0435
View details →
VS
Property Comparison
| Property | e U+0065 | е U+0435 |
|---|---|---|
| Name | LATIN SMALL LETTER E | CYRILLIC SMALL LETTER IE |
| Block | Basic Latin | Cyrillic |
| Script | Latn | Cyrl |
| Category | Lowercase Letter (Ll) | Lowercase Letter (Ll) |
| Bidirectional | L | L |
Encoding Comparison
| Format | U+0065 | U+0435 |
|---|---|---|
| unicode | U+0065 | U+0435 |
| decimal | 101 | 1077 |
| htmldecimal | e | е |
| htmlhex | e | е |
| css | \0065 | \0435 |
| javascript | \u{65} | \u{435} |
| python | \u0065 | \u0435 |
| java | \u0065 | \u0435 |
| go | \u0065 | \u0435 |
| ruby | \u{65} | \u{435} |
| rust | \u{65} | \u{435} |
| ccpp | \u0065 | \u0435 |
| urlencoded | e | %D0%B5 |
| utf8bytes | 65 | d0 b5 |
| utf16bebytes | 00 65 | 04 35 |
| utf32bebytes | 00 00 00 65 | 00 00 04 35 |
How to Distinguish
These characters may look similar but belong to different scripts and blocks. LATIN SMALL LETTER E is from the Basic Latin block (Latn script), while CYRILLIC SMALL 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.