â

Technical information

Symbolâ
NameLatin small letter a with circumflex
Unicode numberU+00E2
CategoryLatin-1 Supplement7. Letters
DescriptionThe Unicode character â, or U+00E2, is known as the "Latin Small Letter A with Circumflex". It belongs to the "Latin-1 Supplement" block and falls under the "Letter, Lowercase" category in the Unicode standard. This letter is a part of the extended Latin alphabet and is used in several languages, including French, Portuguese, Romanian, Vietnamese, and Welsh. The circumflex (^) accent over the letter indicates a change in pronunciation compared to the unaccented letter. The specific pronunciation of this letter can vary greatly based on the language it's being used in.

Encoding

HTML Entityâ
HTML Entity (hex)â
HTML Entity (named)â
URL Escape Code%C3%A2
UTF-8 (hex)0xC3 0xA2
UTF-8 (binary)1100001110100010
UTF-160x00E2
UTF-320x000000E2

Source Code

C, C++, and Java"\u00E2"
CSS Code\00E2
JavaScript"\u00E2"
Perl\x{00E2}
Python 2u"\u00E2"
Python 3\u00E2
Ruby\u{00E2}

Preview

This Unicode character looks like this â in sentence and in bold like this â and in italic like this â.

Font size:

â
12px
â
16px
â
20px
â
28px
â
36px
â
48px
â
72px

CSS Property: font-weight

â
100
â
200
â
300
â
400
â
500
â
600
â
700
â
800
â
900

HTML Forms and Input

input
disabled input
â
input-group
select
button
button

Code examples in HTML and CSS

<span>&#226;</span>

            
span {
    content: "\00E2";
}

The symbol in different fonts

â
-apple-system
â
Apple Color Emoji
â
Arial
â
BlinkMacSystemFont
â
Courier New
â
Georgia
â
Droid Sans
â
Helvetica
â
Noto Sans
â
Oxygen
â
Roboto
â
"Segoe UI"
â
sans-serif
â
Segoe UI Emoji
â
Segoe UI Symbol
â
system-ui
â
Times New Roman
â
Ubuntu
â
Verdana

References