A

Technical information

SymbolA
NameLatin capital letter a
Unicode numberU+0041
CategoryASCII Table5. Uppercase Latin alphabet
DescriptionThe Unicode character A, or U+0041, is known as the "Latin Capital Letter A". It belongs to the "Basic Latin" block and falls under the "Letter, Uppercase" category in the Unicode standard. This character is a graphic representation of the capital letter "A" in the Latin alphabet, which is used in many languages around the world, including English. The letter "A" can be used in digital communications to represent a wide range of concepts, depending on the context. The specific appearance and usage of this character can depend on the system and application it's being used in.

Encoding

HTML EntityA
HTML Entity (hex)A
URL Escape CodeA
UTF-8 (hex)0x41
UTF-8 (binary)01000001
UTF-160x0041
UTF-320x00000041

Source Code

C, C++, and Java"\u0041"
CSS Code\0041
JavaScript"\u0041"
Perl\x{0041}
Python 2u"\u0041"
Python 3\u0041
Ruby\u{0041}

Preview

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

Font size:

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

CSS Property: font-weight

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

HTML Forms and Input

input
disabled input
A
input-group
select
button
button

Code examples in HTML and CSS

<span>&#65;</span>

            
span {
    content: "\0041";
}

The symbol in different fonts

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

References