How to Type Spanish Accented Letters

Copy Spanish accented letters, ñ, ü, and inverted punctuation, then use verified Windows, Word, Mac, iPhone, iPad, and Unicode methods.

T

Technobezz Editorial

Editorial Team

Aug 24, 2026
8 min read

Copy Spanish accented letters and punctuation

Copy precomposed NFC letters used in Spanish plus the standalone opening question and exclamation marks.

  • Lowercase N with tilde

    U+00F1

    Also called Spanish enye, lowercase eñe

  • Uppercase N with tilde

    U+00D1

    Also called capital enye, uppercase eñe

  • Lowercase A with acute

    U+00E1

    Also called Spanish A acute

  • Uppercase A with acute

    U+00C1

    Also called capital A acute

  • Lowercase E with acute

    U+00E9

    Also called Spanish E acute

  • Uppercase E with acute

    U+00C9

    Also called capital E acute

  • Lowercase I with acute

    U+00ED

    Also called Spanish I acute

  • Uppercase I with acute

    U+00CD

    Also called capital I acute

  • Lowercase O with acute

    U+00F3

    Also called Spanish O acute

  • Uppercase O with acute

    U+00D3

    Also called capital O acute

  • Lowercase U with acute

    U+00FA

    Also called Spanish U acute

  • Uppercase U with acute

    U+00DA

    Also called capital U acute

  • Lowercase U with diaeresis

    U+00FC

    Also called Spanish U diaeresis, U umlaut

  • Uppercase U with diaeresis

    U+00DC

    Also called capital U diaeresis, capital U umlaut

  • Inverted exclamation mark

    U+00A1

    Also called opening exclamation mark

  • Inverted question mark

    U+00BF

    Also called opening question mark

Choose a copy button to place a character on the clipboard.

Verified ways to type Spanish characters

Use application-scoped sequences or inspect the active input source; do not assume one regional key map.
PlatformMethod
Microsoft Word and Outlook on Windows

Accent sequences

  1. For an acute vowel, press Ctrl and apostrophe, release, then type the vowel.
  2. For ñ or Ñ, press Ctrl, Shift, and tilde, release, then type N in the needed case.
  3. For ü or Ü, press Ctrl, Shift, and colon, release, then type U in the needed case.
Ctrl+', then vowel; Ctrl+Shift+~, then N; Ctrl+Shift+:, then U

These sequences are documented for Word and Outlook, not as universal Windows shortcuts.

Microsoft Word

Unicode conversion

Alt plus X
  1. Type the hexadecimal code point without U+.
  2. Press Alt and X.
00F1, then Alt+X for ñ

Use the specific code from this page’s character table; Alt+X is a Word feature.

Windows

Spanish keyboard layout

  1. Add the required Spanish layout in language settings.
  2. Select it from the taskbar input indicator.
  3. Use Microsoft's published layout map to locate letters and punctuation.

The selected software layout, not only the printed keycaps, determines the result.

macOS

Accent menu and viewers

  1. Press and hold the related base letter in a supported app and choose a variant.
  2. If the menu is unavailable, inspect the active input source in Keyboard Viewer.
  3. Use Character Viewer to search for an exact character.

Apple says the press-and-hold accent menu is not available in every app.

iPhone and iPad

Touch and hold

  1. Touch and hold the related letter.
  2. Slide to the accented variant and release.
  3. Use the punctuation layer for inverted punctuation when offered by the active keyboard.

Available variants depend on the active onscreen keyboard.

Chromebook English (US) with International keyboard

Accent dead keys

  1. Select the English (US) with International keyboard.
  2. Use apostrophe then a vowel for an acute accent.
  3. Use Shift plus grave then N for ñ, or Shift plus apostrophe then U for ü.
Apostrophe then vowel; Shift+grave then N; Shift+apostrophe then U

These dead-key sequences are scoped to Google's English (US) with International keyboard.

Chromebook US International keyboard

AltGr combinations

  1. Select the US International keyboard.
  2. Use AltGr with A, E, I, O, or U for the matching acute vowel.
  3. Use AltGr plus N for ñ or AltGr plus Y for ü.
AltGr+A/E/I/O/U; AltGr+N; AltGr+Y

Google defines AltGr as the right Alt key for this named keyboard.

Google Docs and Slides

Special characters picker

  1. Choose Insert and then Special characters.
  2. Find the character by category, Unicode value, or drawing.
  3. Select it to insert.

Google does not provide this direct picker in Sheets; copy and paste there instead.

HTML

Literal character or character reference

ñ, ñ, ñ, or ñ

Use the per-character metadata for the other letters and punctuation; HTML references do not normalize text.

Dead-key sequence and standalone accentA diagram showing a dead key followed by a base letter, then contrasting that sequence with a standalone accent mark.ACCENT INPUT MODELDead-key sequence versus a standalone markWHEN YOU NEED THE MARK ITSELF
Dead-key sequence and standalone accentA dead-key composition and a standalone accent are different tasks, and their exact input sequence can vary by layout.

Contents

Don't Miss the Good Stuff

Get tech news that matters delivered weekly. Join 50,000+ readers.

Copy Spanish characters here: ñ Ñ, á é í ó ú, Á É Í Ó Ú, ü Ü, ¡ and ¿. In Word, use the documented accent sequence or type a hexadecimal Unicode value and press Alt+X. On Mac, iPhone, or iPad, press and hold the related letter and choose the accented form when the app offers it. For reliable storage, prefer the precomposed NFC characters copied here.

Copy Spanish letters and punctuation

Lowercase: ñ á é í ó ú ü. Uppercase: Ñ Á É Í Ó Ú Ü. Opening punctuation: ¡ ¿. The acute accent and diaeresis remain on uppercase letters when Spanish spelling requires them. RAE guidance specifically shows the diaeresis on uppercase U, and Spanish questions and exclamations use opening as well as closing signs.

These are the common precomposed characters. For broader Latin accents, use the accented letters guide. The focused N with accent guide compares ñ with other N variants, while the umlaut letters guide covers diaeresis characters used in several languages.

Understand Unicode and normalization

What is a precomposed NFC character?

A precomposed letter stores the base and mark as one code point. For example, á is U+00E1 LATIN SMALL LETTER A WITH ACUTE, ñ is U+00F1 LATIN SMALL LETTER N WITH TILDE, and ü is U+00FC LATIN SMALL LETTER U WITH DIAERESIS. The copy panel uses these single-code-point forms. NFC normalization prefers the composed form when Unicode defines a canonical composition.

How is a combining sequence different?

The decomposed sequence a + U+0301 can render like á; n + U+0303 can render like ñ; and u + U+0308 can render like ü. Each sequence contains two code points. For these examples, Unicode defines canonical equivalence between the decomposed sequence and its precomposed counterpart. NFD decomposes them, while NFC recomposes them when possible.

Canonical equivalence does not mean raw strings are byte-for-byte or code-point-for-code-point identical. Search, validation, cursor movement, length checks, and identifiers can behave differently until text is normalized. Do not add a combining mark after a precomposed accented letter, because that creates an unintended extra mark. The inverted signs ¡ and ¿ are standalone punctuation and are not combining sequences.

Type Spanish characters in Word and Windows

Use Word's accent sequences

In Word and Outlook on Windows, press Ctrl+', release the keys, and type a vowel for an acute accent. For ñ, press Ctrl+Shift+~, release, and type N. For ü, press Ctrl+Shift+:, release, and type U. Type the base letter in uppercase when you need the uppercase result. These are Microsoft Word and Outlook sequences, not universal Windows shortcuts.

Use hexadecimal Unicode values in Word

Type the hexadecimal value without U+, then press Alt+X. Examples include 00F1 for ñ, 00D1 for Ñ, 00E1 for á, 00FC for ü, 00A1 for ¡, and 00BF for ¿. If a neighboring hexadecimal character is captured, select only the intended code before pressing Alt+X.

For regular Spanish typing across apps, add and select a Spanish keyboard layout in Windows instead of memorizing individual codes. Microsoft publishes the Spanish layout and documents how to switch installed layouts. The physical keycap alone does not prove which software layout is active.

Type Spanish characters on Apple devices

Mac accent menu and viewers

In a supported Mac app, press and hold A, E, I, O, U, or N. Choose the desired variant from the accent menu. Apple notes that this menu is not available in every app. When it does not appear, use Keyboard Viewer to inspect dead keys for the active input source or Character Viewer to search for the exact Unicode character.

Keyboard Viewer reflects the selected layout and highlights available dead keys. Check it before relying on a dead-key sequence from a different input source.

iPhone and iPad touch-and-hold

On the onscreen keyboard, touch and hold the related letter, slide to the accented form, and release. Hold N for ñ, the relevant vowel for an acute form, and U for ü. Available choices depend on the active keyboard language. For ¡ and ¿, open the punctuation layer and touch and hold the corresponding closing sign when the active keyboard presents that option, or copy the opening sign from this page.

Use Google tools and ChromeOS input methods

Google documents two distinct Chromebook mappings. The English (US) with International keyboard uses dead keys, including apostrophe followed by a letter for an acute accent, Shift plus grave followed by a letter for a tilde, and Shift plus apostrophe followed by a letter for a diaeresis. The separate US International keyboard uses AltGr combinations: AltGr plus the matching vowel for the five acute vowels, AltGr plus N for ñ, and AltGr plus Y for ü. Select the named keyboard before using its mapping.

In Google Docs or Slides on a computer, choose Insert > Special characters. Find a character by category, Unicode value, or drawing, then select it. Google says the special-character picker is not available directly in Sheets; copy and paste there instead.

Use Spanish characters in HTML

UTF-8 HTML can contain these characters directly. Named references include ñ, Ñ, á, Á, ü, Ü, ¡, and ¿. Numeric references use the code point in decimal or hexadecimal, such as ñ or ñ for ñ.

A character reference is HTML source syntax. It does not normalize a decomposed sequence and may remain visible in a plain-text field. Normalize text explicitly when an application requires NFC, and declare UTF-8 so literal characters are decoded consistently.

Use the marks correctly in Spanish

  • ñ is a distinct Spanish letter, not an N that can be dropped without changing the spelling.
  • Acute accents appear where Spanish orthographic rules require them; not every vowel receives an accent.
  • The diaeresis in forms such as vergüenza indicates that U is pronounced in the relevant gue or gui sequence, and it is retained in uppercase.
  • Direct Spanish questions and exclamations use opening signs ¿ and ¡ with their closing counterparts.

Fix missing accents or unexpected output

  1. 1.Confirm the active keyboard layout or input source before testing a shortcut.
  2. 2.Try the same input in a plain-text app to separate an app conflict from a system layout issue.
  3. 3.In Word, use a documented accent sequence or an exact hexadecimal value plus Alt+X.
  4. 4.On Mac, use Keyboard Viewer when a dead key or physical key does not match instructions.
  5. 5.If visually identical text fails comparison, inspect its code points and normalize both values to the same Unicode form.
  6. 6.If a font shows an empty box, choose a font containing the Latin-1 character; do not replace the letter with an unaccented approximation.

Official references

Share

Mac Keyboard Viewer and Character Viewer workflowA workflow that separates checking an active keyboard mapping from searching for a specific character on Mac.MAC INPUT WORKFLOWUse the viewer that answers your questionA printed keycap is not proof of the active software layout.
Mac Keyboard Viewer and Character Viewer workflowKeyboard Viewer explains the active key mapping; Character Viewer helps locate and insert a character.

Related symbols

Continue with another copy-and-type reference.

More symbol and keyboard help