HTML Entity/SymbolÅ(LATIN CAPITAL LETTER A WITH RING ABOVE )

Å
Copy this symbol

LATIN CAPITAL LETTER A WITH RING ABOVE

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

Å
Å
U+000C5
\00c5
Å

HTML Examples

Using HTML Code value in HTML file

<span> &#197; </span>

Using HTML Entity value in HTML file

<span> &angst; </span>

CSS Example

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

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