LATIN CAPITAL LETTER A vs CYRILLIC 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' : ''">
А
CYRILLIC CAPITAL LETTER A
U+0410
View details →
VS
Property Comparison
| Property | A U+0041 | А U+0410 |
|---|---|---|
| Name | LATIN CAPITAL LETTER A | CYRILLIC CAPITAL LETTER A |
| Block | Basic Latin | Cyrillic |
| Script | Latn | Cyrl |
| Category | Uppercase Letter (Lu) | Uppercase Letter (Lu) |
| Bidirectional | L | L |
Encoding Comparison
| Format | U+0041 | U+0410 |
|---|---|---|
| unicode | U+0041 | U+0410 |
| decimal | 65 | 1040 |
| htmldecimal | A | А |
| htmlhex | A | А |
| css | \0041 | \0410 |
| javascript | \u{41} | \u{410} |
| python | \u0041 | \u0410 |
| java | \u0041 | \u0410 |
| go | \u0041 | \u0410 |
| ruby | \u{41} | \u{410} |
| rust | \u{41} | \u{410} |
| ccpp | \u0041 | \u0410 |
| urlencoded | A | %D0%90 |
| utf8bytes | 41 | d0 90 |
| utf16bebytes | 00 41 | 04 10 |
| utf32bebytes | 00 00 00 41 | 00 00 04 10 |
How to Distinguish
These characters may look similar but belong to different scripts and blocks. LATIN CAPITAL LETTER A is from the Basic Latin block (Latn script), while CYRILLIC CAPITAL LETTER A is from Cyrillic (Cyrl). Check the codepoint or encoding to tell them apart.
Tip: Paste the character into a hex editor or use
charCodeAt()
in JavaScript to check the actual codepoint.