Latin Small Letter A With Ring Above

å

Shortcodes

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

Unicode
U+00E5
Alt Code
229
HTML Code
å
HTML Entity
å
HEX Code
å
CSS Code
\0E5
JS/JSON
\u00E5
Unix/C/PHP/JAVA
0xE5
URL-encode
%C3%A5
copied

Customize Latin Small Letter A With Ring Above Symbol

Customize å symbol as you like and download Latin Small 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 Small Letter A With Ring Above symbol å ?

Using Latin Small Letter A With Ring Above Alt Code:

You can type the Latin Small Letter A With Ring Above symbol å using your keyboard by using the Alt Code for Latin Small 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 229 using the Numpad.
  3. Release the Alt key.

This will make the å appear on your screen.

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

Insert å Latin Small Letter A With Ring Above using HTML

1. Copy-paste Latin Small Letter A With Ring Above directly:
<span>å</span>
2. HTML Decimal Code:
<span>&#229;</span>
3. HTML Entity:
<span>&aring;</span>
4. Hexadecimal Code:
<span>&#x00E5;</span>
Preview: å

Add Latin Small Letter A With Ring Above symbol with CSS

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

Latin Small Letter A With Ring Above JavaScript Code

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