How to type ê on Windows
The fastest method on a full-size keyboard is the Alt code Alt+0234.
- Make sure Num Lock is on.
- Hold down the Alt key.
- Type 0234 on the numeric keypad (the number row will not work).
- Release Alt. The e with circumflex symbol ê appears.
No numeric keypad?
Press Win+. to open the emoji panel, choose the Symbols tab (Ω) and search for "e with circumflex". Or open Character Map from the Start menu, find ê, click Select, then Copy.
How to type ê on a Mac
Press Option+I, E on the US keyboard layout. Press the first combination, release it, then press the second key.
For any symbol, the Character Viewer works: press Control+⌘+Space, type "e with circumflex" in the search box and double-click the result. It will be remembered under Frequently Used.
How to type ê on iPhone and iPad
The iOS keyboard does not include ê, so the reliable way is to copy it from this page, then press and hold in any text field and tap Paste.
If you use it often, create a shortcut: open Settings → General → Keyboard → Text Replacement, paste ê in the Phrase field and type a short code such as ;e in the Shortcut field. Typing that code will then insert ê anywhere.
How to type ê on Android
Copy the symbol from this page, then long-press in a text field and choose Paste. Gboard also keeps a clipboard history: tap the clipboard icon on the toolbar to paste it again later.
For a permanent shortcut, open Gboard settings → Dictionary → Personal dictionary, add ê as the word and a short code as the shortcut.
How to type ê in Microsoft Word
- Type the Unicode hex code 00EA where you want the symbol.
- Press Alt+X. Word converts the code into ê.
This works on Windows in Word, Outlook and OneNote and needs no numeric keypad. You can also go to Insert → Symbol → More Symbols, set the font to a Unicode font and type 00EA in the Character code box. In Excel, the formula =UNICHAR(234) returns the symbol.
How to type ê in Google Docs
Open Insert → Special characters, then either search for "e with circumflex" or draw the symbol in the sketch box. Click the result to insert it. In Google Sheets, use =CHAR(234).
ê in HTML, CSS and code
| Format | Code |
|---|---|
| HTML entity | ê |
| HTML decimal | ê |
| HTML hex | ê |
CSS content | "\00EA" |
| JavaScript | "\u00EA" |
| Python | "\u00EA" |
| LaTeX | \^e |
| URL encoded | %C3%AA |
Because ê is a standard Unicode character (U+00EA), you can also paste it directly into any UTF-8 file. The escaped forms above are only needed when the file encoding is uncertain or the symbol must be entered on a keyboard without it.
Where the e with circumflex symbol is used
It appears in French words like "fête" and "forêt," and in Portuguese words like "vôlei" or "gênero" in Brazilian spelling. Don't confuse it with é (acute accent) or è (grave accent), which mark different pronunciations.
Frequently asked questions
What does the circumflex on ê mean? +
In French, it often marks a historical lost letter, usually an 's', and can signal a slightly different vowel sound. In Portuguese, it indicates a closed vowel sound and stress.
Is ê the same letter as e in the alphabet? +
Yes, it's still considered a form of 'e' but with a diacritical mark that changes pronunciation or spelling history, not a separate letter in most alphabets.
What is the Alt code for the e with circumflex symbol? +
The Alt code for ê is Alt+0234. Hold Alt, type 0234 on the numeric keypad, then release Alt.
How do I type ê on a Mac? +
Press Option+I, E on a Mac with the US keyboard layout. You can also open the Character Viewer with Control + Command + Space and search for "e with circumflex".
How do I type the e with circumflex symbol on iPhone or Android? +
Phone keyboards do not include ê by default. Copy it from this page and paste it, or add it as a text replacement shortcut in Settings so you can type it with a short abbreviation.
What is the HTML code for ê? +
Use ê in HTML. The numeric form ê works too. In CSS use content: "\00EA" and in JavaScript use "\u00EA".