ã

Technical information

Symbolã
NameLatin small letter a with tilde
Unicode numberU+00E3
CategoryLatin-1 Supplement7. Letters
DescriptionThe Unicode character ã, or U+00E3, is known as the "Latin Small Letter A with Tilde". It belongs to the "Latin-1 Supplement" block and falls under the "Letter, Lowercase" category in the Unicode standard. This character is a graphic representation of a lowercase 'a' with a tilde (~) above it. The tilde is a diacritical mark used in many languages, including Portuguese and Vietnamese, among others, to indicate a change in pronunciation, often a nasalization of the vowel. 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%A3
UTF-8 (hex)0xC3 0xA3
UTF-8 (binary)1100001110100011
UTF-160x00E3
UTF-320x000000E3

Source Code

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

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

            
span {
    content: "\00E3";
}

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