Â

Technical information

SymbolÂ
NameLatin capital letter a with circumflex
Unicode numberU+00C2
CategoryLatin-1 Supplement5. Letters
DescriptionThe Unicode character Â, or U+00C2, is known as the "Latin Capital Letter A with Circumflex". It belongs to the "Latin-1 Supplement" block and falls under the "Letter, Uppercase" category in the Unicode standard. This character is a graphic representation of a capital A with a circumflex accent. It can be used in written communications in languages like French, Portuguese, and Vietnamese, among others, to represent certain vowel sounds or historical orthographic elements. The specific appearance and usage of this character can depend on the system and application it's being used in.

Encoding

HTML EntityÂ
HTML Entity (hex)Â
HTML Entity (named)Â
URL Escape Code%C3%82
UTF-8 (hex)0xC3 0x82
UTF-8 (binary)1100001110000010
UTF-160x00C2
UTF-320x000000C2

Source Code

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

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>&#194;</span>

            
span {
    content: "\00C2";
}

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