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' : ''">
Ĕ
LATIN CAPITAL LETTER E WITH BREVE
Overview
Ĕ (LATIN CAPITAL LETTER E WITH BREVE) is the Unicode character at code point U+0114. It belongs to the Latin Extended-A block, in the Uppercase Letter (Lu) general category. Its script is Latn.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+0114 | |
| decimal | 276 | |
| htmldecimal | Ĕ | |
| htmlhex | Ĕ | |
| css | \0114 | |
| javascript | \u{114} | |
| python | \u0114 | |
| java | \u0114 | |
| go | \u0114 | |
| ruby | \u{114} | |
| rust | \u{114} | |
| ccpp | \u0114 | |
| urlencoded | %C4%94 | |
| utf8bytes | c4 94 | |
| utf16bebytes | 01 14 | |
| utf32bebytes | 00 00 01 14 |
How to Use
HTML:
Ĕ
CSS:
content: "\0114"
JavaScript:
"\u{114}"
Python:
"\u0114"
Properties
- Block
- Latin Extended-A
- Script
- Latn
- Category
- Uppercase Letter (Lu)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
- Decomposition
- 0045 0306
Frequently Asked Questions
What is the Ĕ character (LATIN CAPITAL LETTER E WITH BREVE)?
Ĕ (LATIN CAPITAL LETTER E WITH BREVE) is the Unicode character U+0114.
What is the Unicode codepoint of LATIN CAPITAL LETTER E WITH BREVE?
The LATIN CAPITAL LETTER E WITH BREVE character (Ĕ) has codepoint U+0114.
How do I type or copy LATIN CAPITAL LETTER E WITH BREVE?
Copy Ĕ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.