Latin Small Letter E With Circumflex Letter
ê is the Unicode character for the Latin small letter e with a circumflex accent.
U+00EA
ê (Latin small letter e with circumflex) is a common accented character used in several European languages. You can copy it directly or insert it using Unicode/HTML/CSS/JavaScript escapes. Below are practical ways to use and reference it.
Latin Small Letter E With Circumflex Letter Meaning
ê is the lowercase letter “e” with a circumflex accent mark. It is used as part of the spelling of words in languages such as French and Portuguese, where the accent can change pronunciation or distinguish word forms. In plain text and typography, it helps represent the correct spelling of proper names, words, and borrowed terms. In computing, ê is a distinct Unicode character (U+00EA), not just a visual combination of “e” plus an accent—so it behaves correctly in searches, text processing, and form inputs when the exact character is required.
Common uses
- •Typing or proofreading French and Portuguese words that require the circumflex (ê)
- •Displaying names and locations with correct spelling in documents and profiles
- •Publishing correct diacritics in blogs, subtitles, and captions for accuracy
- •Using the character in UI text where “e” must be accented for grammar or brand consistency
- •Implementing exact Unicode characters in web forms and content systems
Examples
ê (Latin small letter e with circumflex)
- êmêler
- êpêssego
- êchêne
- êcafé com pão de queijo
- êtécnico
Variations
Technical codes
| Unicode | U+00EA | |
| HTML Entity | ê | |
| HTML Code | ê | |
| CSS | \00EA |
FAQ
What does the Latin Small Letter E With Circumflex letter mean?
ê is the lowercase letter “e” with a circumflex accent mark. It is used as part of the spelling of words in languages such as French and Portuguese, where the accent can change pronunciation or distinguish word forms. In plain text and typography, it helps represent the correct spelling of proper names, words, and borrowed terms. In computing, ê is a distinct Unicode character (U+00EA), not just a visual combination of “e” plus an accent—so it behaves correctly in searches, text processing, and form inputs when the exact character is required.
What Unicode character is ê?
ê is the Unicode character LATIN SMALL LETTER E WITH CIRCUMFLEX with code point U+00EA.
How do I copy ê into my document?
Copy the character from this page (ê) and paste it where you need the exact accented letter.
How can I type ê in HTML?
Use the HTML entity: ê.
What escape sequences can I use in CSS or JavaScript?
CSS escape: \\00EA. JavaScript (Unicode code point): \\u{00EA}.