LATIN SMALL LETTER A vs FULLWIDTH LATIN SMALL 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 SMALL LETTER A
U+0061
View details →
copied2 = false, 2000)"
:class="copied2 ? 'border-green-400 bg-green-50 dark:bg-green-950' : ''">
a
FULLWIDTH LATIN SMALL LETTER A
U+FF41
View details →
VS
Property Comparison
| Property | a U+0061 | a U+FF41 |
|---|---|---|
| Name | LATIN SMALL LETTER A | FULLWIDTH LATIN SMALL LETTER A |
| Block | Basic Latin | Halfwidth and Fullwidth Forms |
| Script | Latn | Latn |
| Category | Lowercase Letter (Ll) | Lowercase Letter (Ll) |
| Bidirectional | L | L |
Encoding Comparison
| Format | U+0061 | U+FF41 |
|---|---|---|
| unicode | U+0061 | U+FF41 |
| decimal | 97 | 65345 |
| htmldecimal | a | a |
| htmlhex | a | a |
| css | \0061 | \FF41 |
| javascript | \u{61} | \u{FF41} |
| python | \u0061 | \uff41 |
| java | \u0061 | \uFF41 |
| go | \u0061 | \uFF41 |
| ruby | \u{61} | \u{FF41} |
| rust | \u{61} | \u{FF41} |
| ccpp | \u0061 | \uff41 |
| urlencoded | a | %EF%BD%81 |
| utf8bytes | 61 | ef bd 81 |
| utf16bebytes | 00 61 | ff 41 |
| utf32bebytes | 00 00 00 61 | 00 00 ff 41 |
How to Distinguish
Both characters use the Latn script but are in different blocks: LATIN SMALL LETTER A in Basic Latin and FULLWIDTH LATIN SMALL 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.