How to type æ on Windows
The fastest method on a full-size keyboard is the Alt code Alt+0230.
- Make sure Num Lock is on.
- Hold down the Alt key.
- Type 0230 on the numeric keypad (the number row will not work).
- Release Alt. The ae ligature symbol æ appears.
No numeric keypad?
Press Win+. to open the emoji panel, choose the Symbols tab (Ω) and search for "ae ligature". Or open Character Map from the Start menu, find æ, click Select, then Copy.
How to type æ on a Mac
Press Option+' on the US keyboard layout. Hold the modifier keys and tap the final key once.
For any symbol, the Character Viewer works: press Control+⌘+Space, type "ae ligature" 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 ;ae 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 00E6 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 00E6 in the Character code box. In Excel, the formula =UNICHAR(230) returns the symbol.
How to type æ in Google Docs
Open Insert → Special characters, then either search for "ae ligature" or draw the symbol in the sketch box. Click the result to insert it. In Google Sheets, use =CHAR(230).
æ in HTML, CSS and code
| Format | Code |
|---|---|
| HTML entity | æ |
| HTML decimal | æ |
| HTML hex | æ |
CSS content | "\00E6" |
| JavaScript | "\u00E6" |
| Python | "\u00E6" |
| LaTeX | \ae |
| URL encoded | %C3%A6 |
Because æ is a standard Unicode character (U+00E6), 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 ae ligature symbol is used
It appears in words like Old English æsc and in Scandinavian names such as Ærø or Æbeltoft. Danish and Norwegian still use it as a standard letter, as in blæk (ink). It's sometimes confused with œ, the O-E ligature used in French words like œuvre.
Frequently asked questions
Is æ a letter or two letters combined? +
It's treated as its own letter in some alphabets, like Danish and Norwegian, though it originated as a fusion of a and e.
How do you pronounce æ? +
Pronunciation varies by language; in Old English it sounded like the 'a' in 'cat,' while in Danish it's closer to the vowel in 'air.'
What is the Alt code for the ae ligature symbol? +
The Alt code for æ is Alt+0230. Hold Alt, type 0230 on the numeric keypad, then release Alt.
How do I type æ on a Mac? +
Press Option+' on a Mac with the US keyboard layout. You can also open the Character Viewer with Control + Command + Space and search for "ae ligature".
How do I type the ae ligature 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: "\00E6" and in JavaScript use "\u00E6".