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