copied = false, 2000)"
@keydown.enter="navigator.clipboard.writeText('ה'); copied = true; setTimeout(() => copied = false, 2000)"
:class="copied ? 'border-green-400 bg-green-50 dark:bg-green-950' : ''">
ה
Overview
ה (HEBREW LETTER HE) is the Unicode character at code point U+05D4. It belongs to the Hebrew block, in the Other Letter (Lo) general category. Its script is Hebr.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+05D4 | |
| decimal | 1492 | |
| htmldecimal | ה | |
| htmlhex | ה | |
| css | \05D4 | |
| javascript | \u{5D4} | |
| python | \u05d4 | |
| java | \u05D4 | |
| go | \u05D4 | |
| ruby | \u{5D4} | |
| rust | \u{5D4} | |
| ccpp | \u05d4 | |
| urlencoded | %D7%94 | |
| utf8bytes | d7 94 | |
| utf16bebytes | 05 d4 | |
| utf32bebytes | 00 00 05 d4 |
How to Use
HTML:
ה
CSS:
content: "\05D4"
JavaScript:
"\u{5D4}"
Python:
"\u05d4"
Properties
Frequently Asked Questions
What is the ה character (HEBREW LETTER HE)?
ה (HEBREW LETTER HE) is the Unicode character U+05D4.
What is the Unicode codepoint of HEBREW LETTER HE?
The HEBREW LETTER HE character (ה) has codepoint U+05D4.
How do I type or copy HEBREW LETTER HE?
Copy ה directly, or use the HTML entity, UTF-8, and code encodings shown on this page.