U+00C1 · Latin-1 Supplement
Latin Capital Letter a with Acute Á
Capital A with acute is the uppercase form of á. It begins capitalized words in Spanish, Portuguese, Icelandic, Hungarian, Czech, and Slovak, among others, and it appears in proper names and all-caps text. In Spanish it marks stress, in Czech and Hungarian vowel length, and in Icelandic a distinct vowel sound.
Character codes
| Unicode code point | U+00C1 | |
|---|---|---|
| Decimal | 193 | |
| HTML named entity | Á | |
| HTML (hex) | Á | |
| HTML (decimal) | Á | |
| CSS | \00C1 | |
| JavaScript | \u00C1 | |
| Python | \u00C1 | |
| UTF-8 bytes | C3 81 | |
| UTF-16 | 00C1 | |
| URL-encoded | %C3%81 |
Character details
| Official name | LATIN CAPITAL LETTER A WITH ACUTE |
|---|---|
| Unicode block | Latin-1 Supplement |
| General category | Uppercase Letter (Lu) |
| SymbolHero category | Accented Letters |
| Decomposition | U+0041 U+0301 |
| Lowercase | á a with Acute (á) |
| Emoji | No |
How to type Á
Windows
- Hold Alt and type 0193 on the numeric keypad (Num Lock on), then release Alt. Alt 0193 uses the Windows-1252 code page.
- In Microsoft Word or Outlook: type
00C1then press Alt + X. - Open Character Map (search “Character Map” in Start), tick “Advanced view”, search for “latin capital letter a with acute”, then Select and Copy.
Mac
- Press Option + E, then Shift + A (US English keyboard layout).
- Press Control + Command + Space to open the Character Viewer, search “latin capital letter a with acute”, and double-click the result.
- With the Unicode Hex Input keyboard enabled (System Settings → Keyboard → Input Sources), hold Option and type
00C1.
iPhone & Android
- On iPhone and most Android keyboards, press and hold the A key and slide to Á. On a Mac, holding the key down works the same way.
- Tap Copy at the top of this page, then long-press where you want it and choose Paste.
Docs & web
- Google Docs: Insert → Special characters, then search “latin capital letter a with acute” or enter
U+00C1. - HTML:
ÁorÁ - Excel / Google Sheets:
=UNICHAR(193)
Examples
- Ámsterdam (Spanish spelling)
- ÁREA RESTRINGIDA
- Ása (Icelandic name)
- Ábel (Hungarian name)
Good to know
Don’t mix it up: Often confused with À (U+00C0), whose grave accent slopes down to the right.
Tip: Spanish style requires accents on capital letters too; 'AREA' in a sign should be 'ÁREA'.
Display: the character itself is always the same code point, but its shape comes from the font on the device showing it. If you see an empty box, the font lacks this glyph—the text is still correct.
Similar accented letters
Questions
What is the Unicode for Á?
It is U+00C1 (LATIN CAPITAL LETTER A WITH ACUTE), decimal 193.
Is there a Windows Alt code for it?
Yes: Alt 0193 on the numeric keypad.
How do I type it on a Mac?
Option + E, then Shift + A on a US English keyboard, or use the Character Viewer (Control + Command + Space).
What is the HTML code?
Use the named entity Á or the numeric reference Á.