Spanish uses the same basic Latin alphabet found in English, but accurate Spanish writing also depends on accented vowels, the letter ñ, the diaeresis in ü, and the opening punctuation marks ¿ and ¡. These characters are not decorative substitutes. They can change pronunciation, distinguish words, and make a sentence conform to standard Spanish spelling.
This guide provides Spanish special characters you can copy, explains what each one does, and shows practical ways to type them on Windows, Mac, iPhone, Android, and the web. When you need other characters for documents, profiles, or messages, you can also browse copy and paste symbols without installing a special font.
Spanish Special Characters to Copy
| Character | Name or role | Unicode | Common use |
|---|---|---|---|
| á | Lowercase a with acute | U+00E1 | más, está |
| é | Lowercase e with acute | U+00E9 | café, qué |
| í | Lowercase i with acute | U+00ED | país, sí |
| ó | Lowercase o with acute | U+00F3 | cómo, canción |
| ú | Lowercase u with acute | U+00FA | tú, música |
| ü | Lowercase u with diaeresis | U+00FC | pingüino, vergüenza |
| ñ | Lowercase n with tilde | U+00F1 | niño, España |
| ¿ | Inverted question mark | U+00BF | Opens a direct question |
| ¡ | Inverted exclamation mark | U+00A1 | Opens an exclamation |
Uppercase forms are Á É Í Ó Ú Ü Ñ. You can copy the complete set here:
á é í ó ú ü ñ ¿ ¡ Á É Í Ó Ú Ü Ñ
What the Spanish Accent Marks Mean
The acute accent: á, é, í, ó, ú
The diagonal mark in á, é, í, ó, and ú is an acute accent. In Spanish it can identify the stressed syllable required by spelling rules. It can also distinguish otherwise identical words, such as si (“if”) and sí (“yes”), or tu (“your”) and tú (“you”).
An accented vowel is a complete written character in many common digital texts, but Unicode can also represent the same visible result as a base letter followed by a combining acute accent. That distinction matters when searching, sorting, validating usernames, or comparing text in software. For ordinary writing, copying the precomposed characters in the table above is usually the simplest option.
The letter ñ
Ñ is a separate letter of the Spanish alphabet, not merely an n used with optional decoration. Replacing ñ with n can produce a different word: año means “year,” while ano is a different word. The mark above ñ is a tilde, but the complete character should be preserved when you copy or store it. When you need language characters alongside other marks, the text symbols copy and paste collection provides a broader Unicode reference.
The diaeresis: ü
The two dots in ü are a diaeresis. In Spanish, it commonly indicates that the u is pronounced in the combinations güe and güi, as in vergüenza and pingüino. It is not interchangeable with an acute accent.
Opening question and exclamation marks
Standard Spanish uses an opening mark as well as a closing mark: ¿…? for questions and ¡…! for exclamations. The opening mark tells the reader where the question or exclamation begins, which is useful when only part of a longer sentence has that force.
Examples:
- ¿Cómo estás?
- ¡Qué sorpresa!
- Si tienes tiempo, ¿puedes llamarme?
- Aunque estaba cansado, ¡terminó el trabajo!
How to Type Spanish Special Characters on Windows
Use a Spanish keyboard layout
The most reliable method for frequent Spanish writing is to add a Spanish keyboard layout in Windows. After adding it in the language settings, switch layouts from the taskbar or with the configured keyboard shortcut. A Spanish layout gives direct access to ñ, accent keys, and Spanish punctuation without memorizing decimal codes.
Use the United States-International layout
The US-International layout lets you compose accented letters with “dead keys.” For example, press the acute-accent key and then a vowel to create an accented vowel. The exact key positions depend on the active layout, so check the on-screen keyboard if the result differs from what you expect.
Use Windows Alt codes
Traditional Windows Alt codes generally require a physical numeric keypad with Num Lock enabled. Hold Alt, enter the decimal code on the numeric keypad, and release Alt.
| Character | Windows Alt code | Character | Windows Alt code |
|---|---|---|---|
| á | Alt+0225 | Á | Alt+0193 |
| é | Alt+0233 | É | Alt+0201 |
| í | Alt+0237 | Í | Alt+0205 |
| ó | Alt+0243 | Ó | Alt+0211 |
| ú | Alt+0250 | Ú | Alt+0218 |
| ü | Alt+0252 | Ü | Alt+0220 |
| ñ | Alt+0241 | Ñ | Alt+0209 |
| ¿ | Alt+0191 | ¡ | Alt+0161 |
Use the leading zero where shown. Alt-code behavior can depend on the application, active code page, and keyboard hardware. If a laptop has no numeric keypad, use Character Map, a keyboard layout, Word’s Unicode conversion, or copy and paste instead of relying on the number row.
Use Character Map
- Open the Windows search box and search for Character Map.
- Select a font that supports the character.
- Choose the character, select Copy, and paste it into your document.
Use Microsoft Word Unicode conversion
In Microsoft Word, type the hexadecimal code point without U+, then press Alt+X. For example:
00F1+ Alt+X becomes ñ.00BF+ Alt+X becomes ¿.00A1+ Alt+X becomes ¡.
How to Type Spanish Characters on a Mac
Press and hold a letter
In many macOS apps, press and hold a vowel or the letter n. An accent menu appears; choose the desired variant by clicking it or pressing the number displayed below it. This is often the easiest method for occasional use.
Use Option-key accent combinations
On a common US Mac keyboard layout:
- Press Option+E, release, then type a vowel for an acute accent.
- Press Option+N, release, then type N for ñ.
- Press Option+U, release, then type U for ü.
Keyboard shortcuts vary by input source. Open Keyboard Viewer if the expected character does not appear.
Use Character Viewer
Open Character Viewer from the Input menu or use the system shortcut assigned to Emoji & Symbols. Search for terms such as “Latin small letter n with tilde,” “inverted question mark,” or the character’s Unicode code point.
How to Type Spanish Characters on iPhone, iPad, and Android
On most mobile keyboards, press and hold the base letter:
- Hold a, e, i, o, or u to reveal accented variants.
- Hold n to find ñ.
- Open the punctuation panel or hold the regular question or exclamation mark to find ¿ and ¡, depending on the keyboard.
Adding a Spanish keyboard usually makes these characters easier to access and improves autocorrection for Spanish words. If an app hides a character, copy it from the table above and paste it as text.
Spanish Characters in HTML
A UTF-8 HTML document can contain these characters directly. Include a UTF-8 declaration in the page head and save the file as UTF-8. Numeric references are useful when you need an ASCII-only representation in source code.
| Character | HTML decimal | HTML hexadecimal |
|---|---|---|
| ñ | ñ | ñ |
| Ñ | Ñ | Ñ |
| ¿ | ¿ | ¿ |
| ¡ | ¡ | ¡ |
| á | á | á |
| ü | ü | ü |
Common Problems and Fixes
The Alt code types the wrong character
Confirm that you used the numeric keypad, Num Lock is on, and the leading zero was included. Traditional Alt codes are not a universal Unicode input method; results may differ between applications or code pages.
The accent appears separately from the letter
You may have copied a base letter plus a combining mark rather than one precomposed character. Both representations can be valid Unicode, but poorly designed software may search or count them differently. Use the precomposed characters in this guide when compatibility is more important than preserving a specific normalization form.
The character appears as a square box
The active font may not contain a glyph for the character. Change to a font with broader Latin support. The stored Unicode value can be correct even when the font cannot draw it.
The mobile keyboard does not show ¿ or ¡
Add a Spanish keyboard or check the alternate punctuation keys. Keyboard apps differ, so copying and pasting is a dependable fallback.
Frequently Asked Questions
Is ñ an accented n?
Visually, ñ contains an n and a tilde, but in Spanish it functions as a distinct letter with its own position in the alphabet. It should not be replaced by n.
Does Spanish use every accented vowel?
Spanish uses á, é, í, ó, and ú. Their placement is determined by spelling and stress rules, not by decoration or personal preference.
When is ü used in Spanish?
The diaeresis indicates that u is pronounced in combinations such as güe and güi, for example pingüino.
Are ¿ and ¡ optional online?
They are part of standard Spanish punctuation. Informal messages sometimes omit them, but edited and formal Spanish should use the opening and closing marks correctly.
Can I use Alt codes without a numeric keypad?
Many standard Alt-code sequences require a numeric keypad. Without one, use a Spanish or US-International layout, Character Map, Word’s Alt+X conversion, or copy and paste.