copied = false, 2000)"
@keydown.enter="navigator.clipboard.writeText('A'); copied = true; setTimeout(() => copied = false, 2000)"
:class="copied ? 'border-green-400 bg-green-50 dark:bg-green-950' : ''">
A
LATIN CAPITAL LETTER A
Overview
A (LATIN CAPITAL LETTER A) is the Unicode character at code point U+0041. It belongs to the Basic Latin block, in the Uppercase Letter (Lu) general category. Its script is Latn.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+0041 | |
| decimal | 65 | |
| htmldecimal | A | |
| htmlhex | A | |
| css | \0041 | |
| javascript | \u{41} | |
| python | \u0041 | |
| java | \u0041 | |
| go | \u0041 | |
| ruby | \u{41} | |
| rust | \u{41} | |
| ccpp | \u0041 | |
| urlencoded | A | |
| utf8bytes | 41 | |
| utf16bebytes | 00 41 | |
| utf32bebytes | 00 00 00 41 |
How to Use
HTML:
A
CSS:
content: "\0041"
JavaScript:
"\u{41}"
Python:
"\u0041"
Properties
- Block
- Basic Latin
- Script
- Latn
- Category
- Uppercase Letter (Lu)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
Compare
Frequently Asked Questions
What is the A character (LATIN CAPITAL LETTER A)?
A (LATIN CAPITAL LETTER A) is the Unicode character U+0041.
What is the Unicode codepoint of LATIN CAPITAL LETTER A?
The LATIN CAPITAL LETTER A character (A) has codepoint U+0041.
How do I type or copy LATIN CAPITAL LETTER A?
Copy A directly, or use the HTML entity, UTF-8, and code encodings shown on this page.