LATIN SMALL LETTER X vs CYRILLIC SMALL 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 SMALL LETTER X
U+0078
View details →
copied2 = false, 2000)"
:class="copied2 ? 'border-green-400 bg-green-50 dark:bg-green-950' : ''">
х
CYRILLIC SMALL LETTER HA
U+0445
View details →
VS
Property Comparison
| Property | x U+0078 | х U+0445 |
|---|---|---|
| Name | LATIN SMALL LETTER X | CYRILLIC SMALL LETTER HA |
| Block | Basic Latin | Cyrillic |
| Script | Latn | Cyrl |
| Category | Lowercase Letter (Ll) | Lowercase Letter (Ll) |
| Bidirectional | L | L |
Encoding Comparison
| Format | U+0078 | U+0445 |
|---|---|---|
| unicode | U+0078 | U+0445 |
| decimal | 120 | 1093 |
| htmldecimal | x | х |
| htmlhex | x | х |
| css | \0078 | \0445 |
| javascript | \u{78} | \u{445} |
| python | \u0078 | \u0445 |
| java | \u0078 | \u0445 |
| go | \u0078 | \u0445 |
| ruby | \u{78} | \u{445} |
| rust | \u{78} | \u{445} |
| ccpp | \u0078 | \u0445 |
| urlencoded | x | %D1%85 |
| utf8bytes | 78 | d1 85 |
| utf16bebytes | 00 78 | 04 45 |
| utf32bebytes | 00 00 00 78 | 00 00 04 45 |
How to Distinguish
These characters may look similar but belong to different scripts and blocks. LATIN SMALL LETTER X is from the Basic Latin block (Latn script), while CYRILLIC SMALL 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.