LATIN CAPITAL LETTER X vs CYRILLIC CAPITAL LETTER HA
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' : ''">
X
LATIN CAPITAL LETTER X
U+0058
View details →
copied2 = false, 2000)"
:class="copied2 ? 'border-green-400 bg-green-50 dark:bg-green-950' : ''">
Х
CYRILLIC CAPITAL LETTER HA
U+0425
View details →
VS
Property Comparison
| Property | X U+0058 | Х U+0425 |
|---|---|---|
| Name | LATIN CAPITAL LETTER X | CYRILLIC CAPITAL LETTER HA |
| Block | Basic Latin | Cyrillic |
| Script | Latn | Cyrl |
| Category | Uppercase Letter (Lu) | Uppercase Letter (Lu) |
| Bidirectional | L | L |
Encoding Comparison
| Format | U+0058 | U+0425 |
|---|---|---|
| unicode | U+0058 | U+0425 |
| decimal | 88 | 1061 |
| htmldecimal | X | Х |
| htmlhex | X | Х |
| css | \0058 | \0425 |
| javascript | \u{58} | \u{425} |
| python | \u0058 | \u0425 |
| java | \u0058 | \u0425 |
| go | \u0058 | \u0425 |
| ruby | \u{58} | \u{425} |
| rust | \u{58} | \u{425} |
| ccpp | \u0058 | \u0425 |
| urlencoded | X | %D0%A5 |
| utf8bytes | 58 | d0 a5 |
| utf16bebytes | 00 58 | 04 25 |
| utf32bebytes | 00 00 00 58 | 00 00 04 25 |
How to Distinguish
These characters may look similar but belong to different scripts and blocks. LATIN CAPITAL LETTER X is from the Basic Latin block (Latn script), while CYRILLIC CAPITAL LETTER HA 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.