LATIN CAPITAL LETTER H vs GREEK CAPITAL LETTER ETA
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' : ''">
Η
GREEK CAPITAL LETTER ETA
U+0397
View details →
VS
Property Comparison
| Property | H U+0048 | Η U+0397 |
|---|---|---|
| Name | LATIN CAPITAL LETTER H | GREEK CAPITAL LETTER ETA |
| Block | Basic Latin | Greek and Coptic |
| Script | Latn | Grek |
| Category | Uppercase Letter (Lu) | Uppercase Letter (Lu) |
| Bidirectional | L | L |
Encoding Comparison
| Format | U+0048 | U+0397 |
|---|---|---|
| unicode | U+0048 | U+0397 |
| decimal | 72 | 919 |
| htmldecimal | H | Η |
| htmlhex | H | Η |
| css | \0048 | \0397 |
| javascript | \u{48} | \u{397} |
| python | \u0048 | \u0397 |
| java | \u0048 | \u0397 |
| go | \u0048 | \u0397 |
| ruby | \u{48} | \u{397} |
| rust | \u{48} | \u{397} |
| ccpp | \u0048 | \u0397 |
| urlencoded | H | %CE%97 |
| utf8bytes | 48 | ce 97 |
| utf16bebytes | 00 48 | 03 97 |
| utf32bebytes | 00 00 00 48 | 00 00 03 97 |
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 GREEK CAPITAL LETTER ETA is from Greek and Coptic (Grek). 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.