How to type Alt+0235
- Make sure Num Lock is on.
- Hold down the Alt key.
- Type 0235 on the numeric keypad. The number row above the letters will not work.
- Release Alt. The e with diaeresis (umlaut) symbol ë appears.
The leading zero matters. Alt+0235 uses the Windows-1252 code page. Without the zero, Alt+137 on the classic CP437 table also gives ë, but that is a coincidence of the two tables rather than the rule, so learn the four-digit version.
On a laptop without a numpad
Press Win+. to open the emoji panel, pick the Symbols tab and search for "e with diaeresis (umlaut)". Or open Character Map from the Start menu. In Microsoft Word you can type 00EB followed by Alt+X. Some laptops have a hidden numpad on the J, K, L, U, I and O keys that activates with Fn.
On a Mac
Alt codes do not exist on macOS, but this symbol has a shortcut: press Option+U, E.
In HTML and code
Use ë in HTML, "\00EB" in CSS and "\u00EB" in JavaScript. See the E with Diaeresis (Umlaut) guide for every platform.
Frequently asked questions
What does Alt+0235 type?+
Alt+0235 types the e with diaeresis (umlaut) symbol, ë (Unicode U+00EB). Hold Alt, type 0235 on the numeric keypad, then release Alt.
Why do I need the leading zero?+
Alt+0235 uses the Windows-1252 code page, which is selected by the leading zero. Without the zero, Windows reads the CP437 table and may type a different character.
Alt+0235 does not work. Why?+
Check that Num Lock is on and that you are using the numeric keypad rather than the number row. Laptops without a numpad cannot enter Alt codes: use Win + . for the symbol panel, Character Map, or copy the symbol from this page.
How do I type ë on a Mac?+
Press Option+U, E on a Mac. Alt codes themselves do not work on macOS.