Ã

Technical information

SymbolÃ
NameLatin capital letter a with tilde
Unicode numberU+00C3
CategoryLatin-1 Supplement5. Letters
DescriptionThe Unicode character Ã, or U+00C3, is known as the "Latin Capital Letter A with Tilde". It belongs to the "Latin-1 Supplement" block and falls under the "Letter, Uppercase" category in the Unicode standard. This character is commonly used in the Portuguese and Vietnamese languages, where it represents different sounds. In Portuguese, "Ã" is used to represent a nasalized "a" sound, while in Vietnamese, it is used as part of its complex system of six tones.

Encoding

HTML EntityÃ
HTML Entity (hex)Ã
HTML Entity (named)Ã
URL Escape Code%C3%83
UTF-8 (hex)0xC3 0x83
UTF-8 (binary)1100001110000011
UTF-160x00C3
UTF-320x000000C3

Source Code

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

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

            
span {
    content: "\00C3";
}

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