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