LATIN CAPITAL LETTER A vs FULLWIDTH LATIN CAPITAL LETTER A
Embed This Widget
Add the script tag and a data attribute to embed this widget.
Embed via iframe for maximum compatibility.
<iframe src="https://unicodefyi.com/iframe/entity//" width="420" height="400" frameborder="0" style="border:0;border-radius:10px;max-width:100%" loading="lazy"></iframe>
Paste this URL in WordPress, Medium, or any oEmbed-compatible platform.
https://unicodefyi.com/entity//
Add a dynamic SVG badge to your README or docs.
[](https://unicodefyi.com/entity//)
Use the native HTML custom element.
copied1 = false, 2000)"
:class="copied1 ? 'border-green-400 bg-green-50 dark:bg-green-950' : ''">
A
LATIN CAPITAL LETTER A
U+0041
View details →
copied2 = false, 2000)"
:class="copied2 ? 'border-green-400 bg-green-50 dark:bg-green-950' : ''">
A
FULLWIDTH LATIN CAPITAL LETTER A
U+FF21
View details →
VS
Property Comparison
| Property | A U+0041 | A U+FF21 |
|---|---|---|
| Name | LATIN CAPITAL LETTER A | FULLWIDTH LATIN CAPITAL LETTER A |
| Block | Basic Latin | Halfwidth and Fullwidth Forms |
| Script | Latn | Latn |
| Category | Uppercase Letter (Lu) | Uppercase Letter (Lu) |
| Bidirectional | L | L |
Encoding Comparison
| Format | U+0041 | U+FF21 |
|---|---|---|
| unicode | U+0041 | U+FF21 |
| decimal | 65 | 65313 |
| htmldecimal | A | A |
| htmlhex | A | A |
| css | \0041 | \FF21 |
| javascript | \u{41} | \u{FF21} |
| python | \u0041 | \uff21 |
| java | \u0041 | \uFF21 |
| go | \u0041 | \uFF21 |
| ruby | \u{41} | \u{FF21} |
| rust | \u{41} | \u{FF21} |
| ccpp | \u0041 | \uff21 |
| urlencoded | A | %EF%BC%A1 |
| utf8bytes | 41 | ef bc a1 |
| utf16bebytes | 00 41 | ff 21 |
| utf32bebytes | 00 00 00 41 | 00 00 ff 21 |
How to Distinguish
Both characters use the Latn script but are in different blocks: LATIN CAPITAL LETTER A in Basic Latin and FULLWIDTH LATIN CAPITAL LETTER A in Halfwidth and Fullwidth Forms.
Tip: Paste the character into a hex editor or use
charCodeAt()
in JavaScript to check the actual codepoint.