copied = false, 2000)"
@keydown.enter="navigator.clipboard.writeText('E'); copied = true; setTimeout(() => copied = false, 2000)"
:class="copied ? 'border-green-400 bg-green-50 dark:bg-green-950' : ''">
E
LATIN CAPITAL LETTER E
Overview
E (LATIN CAPITAL LETTER E) is the Unicode character at code point U+0045. It belongs to the Basic Latin block, in the Uppercase Letter (Lu) general category. Its script is Latn.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+0045 | |
| decimal | 69 | |
| htmldecimal | E | |
| htmlhex | E | |
| css | \0045 | |
| javascript | \u{45} | |
| python | \u0045 | |
| java | \u0045 | |
| go | \u0045 | |
| ruby | \u{45} | |
| rust | \u{45} | |
| ccpp | \u0045 | |
| urlencoded | E | |
| utf8bytes | 45 | |
| utf16bebytes | 00 45 | |
| utf32bebytes | 00 00 00 45 |
How to Use
HTML:
E
CSS:
content: "\0045"
JavaScript:
"\u{45}"
Python:
"\u0045"
Properties
- Block
- Basic Latin
- Script
- Latn
- Category
- Uppercase Letter (Lu)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
Compare
Frequently Asked Questions
What is the E character (LATIN CAPITAL LETTER E)?
E (LATIN CAPITAL LETTER E) is the Unicode character U+0045.
What is the Unicode codepoint of LATIN CAPITAL LETTER E?
The LATIN CAPITAL LETTER E character (E) has codepoint U+0045.
How do I type or copy LATIN CAPITAL LETTER E?
Copy E directly, or use the HTML entity, UTF-8, and code encodings shown on this page.