Css Styling

Size
Å
15px
Å
18px
Å
21px
Å
24px
Å
27px
Å
30px
Å
33px
Å
36px
Å
42px
Å
48px
Å
54px
Å
60px
Å
66px
Å
72px
💡: Some unicode characters will scale differently than others for different font sizes.
Text style
Å
Bold
Å
Italic
Å
Underline
Å
Strikethrough
Å
UpperCase
Å
LowerCase
Å
Oblique
A Å
Subscript
A Å
Superscript
Å
Shadow
💡: Some CSS style classes won’t work with some Unicode characters.
Font Family
Å
Arial
Å
Times New Roman
Å
Verdana
Å
Courier New
Å
Garamond
Å
Georgia
Å
Trebuchet MS
Å
Tahoma
Å
Brush Script MT
💡: Unicode characters will be rendered differently (styles, embellishments, offset, color, shapes, etc.) in different fonts.
Fore color
Å
White
Å
Brown
Å
Maroon
Å
Magenta
Å
Red
Å
Orange
Å
Yellow
Å
Green
Å
Teal
Å
Cyan
Å
Blue
Å
Violet
Å
Purple
Å
Indigo
Å
Gray
Å
Black
💡: Some Unicode characters will look the same and not take fore color.
Back color
Å
White
Å
Brown
Å
Maroon
Å
Magenta
Å
Red
Å
Orange
Å
Yellow
Å
Green
Å
Teal
Å
Cyan
Å
Blue
Å
Violet
Å
Purple
Å
Indigo
Å
Gray
Å
Black
💡: Some Unicode characters might not look as anticipated under different background colors.

Character Traits

Latin 1 Supplement

Code Snippets

Lang Example Copy
HTML <p>&#197;</p>
📋
CSS .selector { content: '\00C5' };
📋
JS var unicodeA = '\u00C5 ';
📋
CPP char unicodeA = ' \u00C5 ';
📋
Java char unicodeA = '\u00C5';
📋
Python unicodeA = '\u00C5'
📋

What is Unicode character Å?

The Unicode character Å U+00C5 is Latin Capital Letter A With Ring Above in the Latin 1 Supplement block.

What is the lowercase equivalent of the Unicode character Å?

The lowercase equivalent of the Unicode character Å is å (U+00E5).

Are there any variations of character Å?

Yes, å - (U+00E5), Ǻ - (U+01FA), Å - (U+212B), etc. are some variants of character Å.

What does the Unicode character Å represent?

The Unicode character Å represents Latin Capital Letter A With Ring Above.

What is the Unicode code point for Å?

The Unicode code point for Å is U+00C5.

Is the appearance of the Å character consistent across all platforms?

The appearance of the Å character can vary slightly across different platforms and devices due to differences in font and rendering. However, the general design of the Latin Capital Letter A With Ring Above remains consistent.

How can I ensure the Å character displays correctly on different devices?

Though using Unicode ensures consistent display across devices and platforms. Ensure that the font being used supports the Latin script to correctly render the Å character.

In which version was Unicode character Å released, and to which block of characters does it belong?

Unicode character Å was first introduced in Unicode Version 1.1, and it belongs to the Latin 1 Supplement block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 1.1
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block Latin 1 Supplement
Decomposition Type Canonical Decomposition
General Category Uppercase Letter
Hangul Syllable Type Not Applicable
Indic Positional Category Not Applicable
Joining Type Unjoined
Line Break Alphabetic
Numeric Value Not a Number
Script Latin
Sentence Break Uppercase
Word Break MidNumNum
Copied!