HTML Entity/SymbolÁ(LATIN CAPITAL LETTER A WITH ACUTE )

Á
Copy this symbol

LATIN CAPITAL LETTER A WITH ACUTE

Click on any of the following code values to copy to clipboard.

Á
Á
U+000C1
\00c1
Á

HTML Examples

Using HTML Code value in HTML file

<span> &#193; </span>

Using HTML Entity value in HTML file

<span> &Aacute; </span>

CSS Example

Using CSS content code of the HTML entity &Aacute; to specify in a CSS file

span { 
    content: "\00c1";
}
All HTML Symbols