LATIN CAPITAL LETTER H vs CYRILLIC CAPITAL LETTER EN
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' : ''">
H
LATIN CAPITAL LETTER H
U+0048
View details →
copied2 = false, 2000)"
:class="copied2 ? 'border-green-400 bg-green-50 dark:bg-green-950' : ''">
Н
CYRILLIC CAPITAL LETTER EN
U+041D
View details →
VS
Property Comparison
| Property | H U+0048 | Н U+041D |
|---|---|---|
| Name | LATIN CAPITAL LETTER H | CYRILLIC CAPITAL LETTER EN |
| Block | Basic Latin | Cyrillic |
| Script | Latn | Cyrl |
| Category | Uppercase Letter (Lu) | Uppercase Letter (Lu) |
| Bidirectional | L | L |
Encoding Comparison
| Format | U+0048 | U+041D |
|---|---|---|
| unicode | U+0048 | U+041D |
| decimal | 72 | 1053 |
| htmldecimal | H | Н |
| htmlhex | H | Н |
| css | \0048 | \041D |
| javascript | \u{48} | \u{41D} |
| python | \u0048 | \u041d |
| java | \u0048 | \u041D |
| go | \u0048 | \u041D |
| ruby | \u{48} | \u{41D} |
| rust | \u{48} | \u{41D} |
| ccpp | \u0048 | \u041d |
| urlencoded | H | %D0%9D |
| utf8bytes | 48 | d0 9d |
| utf16bebytes | 00 48 | 04 1d |
| utf32bebytes | 00 00 00 48 | 00 00 04 1d |
How to Distinguish
These characters may look similar but belong to different scripts and blocks. LATIN CAPITAL LETTER H is from the Basic Latin block (Latn script), while CYRILLIC CAPITAL LETTER EN 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.