Latin Capital Letter A With Ring Above

Å

Shortcodes

Copy and paste codes for Latin Capital Letter A With Ring Above symbol Å to use in your websites, apps, blogs, and more.

Unicode
U+00C5
Alt Code
197
HTML Code
Å
HTML Entity
Å
HEX Code
Å
CSS Code
\0C5
JS/JSON
\u00C5
Unix/C/PHP/JAVA
0xC5
URL-encode
%C3%85
copied

Customize Latin Capital Letter A With Ring Above Symbol

Customize Å symbol as you like and download Latin Capital Letter A With Ring Above as SVG or PNG or copy its HTML code to use in your projects.

Preview helps customize symbol. Downloaded image and HTML code may have size/spacing differences.
Å

                        
                    

How to type Latin Capital Letter A With Ring Above symbol Å ?

Using Latin Capital Letter A With Ring Above Alt Code:

You can type the Latin Capital Letter A With Ring Above symbol Å using your keyboard by using the Alt Code for Latin Capital Letter A With Ring Above. Before you begin, ensure that your Num Lock is turned on, and use the Numpad to type the code. Then, follow these simple steps:

  1. Hold down the Alt key on your keyboard.
  2. Type the number 197 using the Numpad.
  3. Release the Alt key.

This will make the Å appear on your screen.

How to add Latin Capital Letter A With Ring Above symbol in HTML, CSS, and JS?

Insert Å Latin Capital Letter A With Ring Above using HTML

1. Copy-paste Latin Capital Letter A With Ring Above directly:
<span>Å</span>
2. HTML Decimal Code:
<span>&#197;</span>
3. HTML Entity:
<span>&Aring;</span>
4. Hexadecimal Code:
<span>&#x00C5;</span>
Preview: Å

Add Latin Capital Letter A With Ring Above symbol with CSS

.latin-capital-letter-a-with-ring-above::before {
    content: '\\0C5';
}
Preview: Latin Capital Letter A With Ring Above

Latin Capital Letter A With Ring Above JavaScript Code

1. Direct Symbol:
document.querySelector('.latin-capital-letter-a-with-ring-above').textContent = 'Å';
2. Unicode Escape for Å:
document.querySelector('.latin-capital-letter-a-with-ring-above').textContent = '\u00C5';
Preview: Å