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' : ''">
е
Overview
е (CYRILLIC SMALL LETTER IE) is the Unicode character at code point U+0435. It belongs to the Cyrillic block, in the Lowercase Letter (Ll) general category. Its script is Cyrl.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+0435 | |
| decimal | 1077 | |
| htmldecimal | е | |
| htmlhex | е | |
| css | \0435 | |
| javascript | \u{435} | |
| python | \u0435 | |
| java | \u0435 | |
| go | \u0435 | |
| ruby | \u{435} | |
| rust | \u{435} | |
| ccpp | \u0435 | |
| urlencoded | %D0%B5 | |
| utf8bytes | d0 b5 | |
| utf16bebytes | 04 35 | |
| utf32bebytes | 00 00 04 35 |
How to Use
HTML:
е
CSS:
content: "\0435"
JavaScript:
"\u{435}"
Python:
"\u0435"
Frequently Asked Questions
What is the е character (CYRILLIC SMALL LETTER IE)?
е (CYRILLIC SMALL LETTER IE) is the Unicode character U+0435.
What is the Unicode codepoint of CYRILLIC SMALL LETTER IE?
The CYRILLIC SMALL LETTER IE character (е) has codepoint U+0435.
How do I type or copy CYRILLIC SMALL LETTER IE?
Copy е directly, or use the HTML entity, UTF-8, and code encodings shown on this page.