Classification
Unicode properties assigned to this character by the Unicode Consortium. The codepoint is its unique numeric identifier. Category, block, and script determine how text systems render and process it.
- Codepoint
- U+0041
- Decimal
- 65
- Plane
- BMP — Basic Multilingual Plane
- Category
- Uppercase Letter (Lu)
- Block
- Basic Latin
- Script
- Latin
- Bidi class
- L Left-to-Right
- East Asian Width
- Na Narrow
- Properties
- Alphabetic Hex Digit ID Start ID Continue
- Lowercase
- a U+0061
Encodings & Escape Sequences
Every Unicode character can be represented in multiple ways depending on context. HTML entities let you embed it safely in web pages. UTF-8 bytes are what gets stored on disk and sent over the network. Escape sequences let you reference it in source code without pasting the raw glyph. All formats below refer to the same character — Latin Capital Letter A.
Click the copy icon to copy any value.
| Format | Value | |
|---|---|---|
| HTML Decimal |
A
|
|
| HTML Hex |
A
|
|
| UTF-8 Hex Bytes |
41
|
|
| UTF-16 Hex Bytes |
00 41
|
|
| UTF-32 Hex |
00000041
|
|
| CSS Escape |
\41
|
|
| JavaScript Escape |
\u0041
|
|
| Python Escape |
\u0041
|
|
| URL Encoded |
A
|
Characters That Include This
These characters decompose to a sequence that includes Latin Capital Letter A as a component. They are effectively precomposed versions or compounds built on this base character.