á

Technical information

Symbolá
NameLatin small letter a with acute
Unicode numberU+00E1
CategoryLatin-1 Supplement7. Letters
DescriptionThe Unicode character "á", or U+00E1, is known as the "Latin Small Letter A with Acute". It falls under the "Latin-1 Supplement" block and is categorized under the "Letter, Lowercase" category in the Unicode standard. This character is used in several languages, including Spanish, Portuguese, Vietnamese, and others, and typically signifies a specific vowel sound. The acute accent mark, sometimes called an "accent aigu" in French, typically indicates a stressed or long vowel in these and other languages. This character is an important element in correctly spelling and pronouncing words in the languages that use it.

Encoding

HTML Entityá
HTML Entity (hex)á
HTML Entity (named)á
URL Escape Code%C3%A1
UTF-8 (hex)0xC3 0xA1
UTF-8 (binary)1100001110100001
UTF-160x00E1
UTF-320x000000E1

Source Code

C, C++, and Java"\u00E1"
CSS Code\00E1
JavaScript"\u00E1"
Perl\x{00E1}
Python 2u"\u00E1"
Python 3\u00E1
Ruby\u{00E1}

Preview

This Unicode character looks like this á in sentence and in bold like this á and in italic like this á.

Font size:

á
12px
á
16px
á
20px
á
28px
á
36px
á
48px
á
72px

CSS Property: font-weight

á
100
á
200
á
300
á
400
á
500
á
600
á
700
á
800
á
900

HTML Forms and Input

input
disabled input
á
input-group
select
button
button

Code examples in HTML and CSS

<span>&#225;</span>

            
span {
    content: "\00E1";
}

The symbol in different fonts

á
-apple-system
á
Apple Color Emoji
á
Arial
á
BlinkMacSystemFont
á
Courier New
á
Georgia
á
Droid Sans
á
Helvetica
á
Noto Sans
á
Oxygen
á
Roboto
á
"Segoe UI"
á
sans-serif
á
Segoe UI Emoji
á
Segoe UI Symbol
á
system-ui
á
Times New Roman
á
Ubuntu
á
Verdana

References