A with Accent (áÁ-àÀ-ȧȦ) | Accented A Capital Lowercase with ALT Code
A with accent letters include à with a grave accent, á with an acute accent, â with a circumflex, ã with a tilde and ä with a diaeresis or umlaut. Tap any accented A below to copy it, in lowercase or uppercase.
To type accented a rather than copy it, use the ALT code beside each character: Alt+0225 gives á, Alt+0193 gives Á. Every accented A here also carries its Unicode point, decimal value, hexadecimal value and HTML entity.
Accented A Copy and Paste: Accent A With ALT Code List
Every accented A letter with its ALT code, split into lowercase and uppercase so you can go straight to the form you need. Tap a tile to copy that character to your clipboard, then paste it with Ctrl+V on Windows or Cmd+V on Mac.
A leading zero matters more than it looks: Alt+0225 and its siblings address the Windows ANSI set and behave the same in every application, while the same number without that zero is read against the old DOS code page and can return a different symbol. Anything past 255 is a raw Unicode decimal, and if one of those gives you a black block, use the hexadecimal method below instead.
Small Letter a With Accent: Lowercase Accented a Copy and Paste
All 34 lowercase accented a characters, from the everyday á to the stacked Vietnamese forms.
Capital Letter A With Accent: Uppercase Accented A Copy and Paste
All 33 uppercase accented A characters, each with its own ALT code, a capital is never the lowercase code with Shift held down.
How to Type Accented a Using ALT Code?
A is one of the few letters whose common accented forms sit inside the Windows ANSI character set, so the four-digit codes beginning with a zero cover most of what you will actually need: Alt+0224 for à, Alt+0225 for á, Alt+0226 for â, Alt+0227 for ã, Alt+0228 for ä, Alt+0229 for å. The accented A characters are drawn from Latin-1 Supplement, Latin Extended-A, Latin Extended-B, Latin Extended Additional and Latin Extended-C, which is what determines whether a plain ALT code can reach them. The remaining 53 accented A characters run past code point 255, up to ⱥ at U+2C65, and those need the hexadecimal method instead. In everyday writing the accented A people actually reach for is à, used in French, Italian, Portuguese, and its code is Alt+0224. TYPE 1 handles the first group, TYPE 2 handles everything.
TYPE 1 – How to use ALT codes on a keyboard with and without a dedicated numeric keypad?
The 14 ANSI codes for A behave identically in Word, Outlook, browsers, Notepad and almost anything else that accepts typing, which is what makes them worth memorising if you use one or two of them daily.
Windows reads the number from the numeric keypad only, never from the digit row above the letters. Full keypad and Num Lock instructions are on the main typing guide.
When the result is a black box: A black box means the program mapped your number against its own legacy code page rather than Unicode and found nothing there. For A that happens only with the extended characters, never with the ANSI ones above.
TYPE 2 – How to type letters and symbols using ALT codes with the help of hexadecimal code?
Past Alt+0255 the decimal codes stop being dependable, and for A that covers the majority of the set: 53 characters including the Latin Extended forms and, at the far end, ⱥ.
Unicode is written U+nnnn and the bare hexadecimal is the nnnn part, so U+00E1 and 00E1 both point at á. Any value from the technical section below works the same way.
Other ways to type accented A
Hold Shift with the final letter for the capital form.
Press and hold the a key on the on-screen keyboard. The row that appears offers à á â ã ä å æ and similar, and you slide onto the one you want before lifting.
The row offers only the forms your installed keyboard languages cover, so adding a second language in keyboard settings widens what is on offer for a.
HTML: paste the character directly on a UTF-8 page, or use á or á.
CSS: content:”\\00E1″
JavaScript and Java: “\\u00E1”
Python: “\\u00e1”
Accent A Technical Information: Unicode, HTML, CSS and JavaScript Codes
Technical information for every accented A letter: Unicode code point, HTML hexadecimal entity, HTML decimal entity, ALT code, CSS escape, and the escape used in JavaScript, Java and C. These are the values you need when the character cannot travel as a pasted glyph, inside a CSS content property, a minified string, a config file with an uncertain encoding, or a database column still set to latin1.
Accent A by Language: French, Spanish, Portuguese and More
Accented A letters by language. French, Spanish, Portuguese, German, Italian and Polish each use their own small set of accented A characters rather than the whole page, so find the language you are writing in and you have its exact working set, lowercase and uppercase, ready to tap and copy. The note under each set flags the characters that behave differently from how they look.
French accented A letters
French writes à with a grave accent and â with a circumflex.
Spanish accented A letters
Spanish writes á with an acute accent.
Portuguese accented A letters
Portuguese writes à with a grave accent, á with an acute accent, â with a circumflex and ã with a tilde.
German accented A letters
German writes ä with a diaeresis or umlaut.
Italian accented A letters
Italian writes à with a grave accent.
Polish accented A letters
Polish writes ą with an ogonek.
Czech accented A letters
Czech writes á with an acute accent.
Slovak accented A letters
Slovak writes á with an acute accent and ä with a diaeresis or umlaut.
Croatian accented A letters
Croatian writes ȁ with a double grave and ȃ with an inverted breve.
Serbian accented A letters
Serbian writes ȁ with a double grave and ȃ with an inverted breve.
Hungarian accented A letters
Hungarian writes á with an acute accent.
Romanian accented A letters
Romanian writes â with a circumflex and ă with a breve.
Accented A FAQ: ALT Codes, Copy Paste and Unicode
On Windows, hold ALT and type the code on the numeric keypad: Alt+0224 for à, Alt+0225 for á, Alt+0226 for â. On a Mac, Option+e followed by a gives á. On a phone, press and hold the a key and slide onto the variant you want. Or tap any character on this page to copy it.
Alt+0225. Hold ALT, type the digits on the numeric keypad, then release ALT. The number row above the letters will not work. The capital Á is Alt+0193, a different code entirely.
The marks lean in opposite directions and mean different things. The acute on á generally marks stress or a long vowel, as in Spanish, Czech and Hungarian. The grave on à marks a lower pitch or a more open vowel and appears mostly in French, Italian and Catalan. They are not interchangeable, and swapping one for the other is a spelling error.
No. In Swedish, Norwegian, Danish it is a separate letter of the alphabet, sorted after z, which means it has its own place in the alphabet and its own entry in a dictionary. Treating it as a variant of a is a common mistake in software written for English-speaking markets, and it puts sorted lists in the wrong order.
French, Spanish, Portuguese and German are the main ones, and the full breakdown with the exact characters each language needs is further up this page. Most writers only ever need four or five of the characters listed here.
The character is correct but the font in use does not contain that glyph, so your device shows a placeholder instead. This happens most often with the rarer forms of A. Switch to a font with wide Latin coverage such as Arial, Calibri, Charis SIL or Noto Serif and the letter will display properly. Nothing is wrong with the text itself, and it will paste correctly elsewhere.
Use the precomposed character, which is what every entry on this page is. A plain a followed by a separate combining mark looks identical on screen but counts as two characters, which breaks search, sorting and spell check, and creates duplicate records in databases and forms.