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 HET) is the Unicode character at code point U+05D7. 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+05D7 | |
| decimal | 1495 | |
| htmldecimal | ח | |
| htmlhex | ח | |
| css | \05D7 | |
| javascript | \u{5D7} | |
| python | \u05d7 | |
| java | \u05D7 | |
| go | \u05D7 | |
| ruby | \u{5D7} | |
| rust | \u{5D7} | |
| ccpp | \u05d7 | |
| urlencoded | %D7%97 | |
| utf8bytes | d7 97 | |
| utf16bebytes | 05 d7 | |
| utf32bebytes | 00 00 05 d7 |
How to Use
HTML:
ח
CSS:
content: "\05D7"
JavaScript:
"\u{5D7}"
Python:
"\u05d7"
Properties
Frequently Asked Questions
What is the ח character (HEBREW LETTER HET)?
ח (HEBREW LETTER HET) is the Unicode character U+05D7.
What is the Unicode codepoint of HEBREW LETTER HET?
The HEBREW LETTER HET character (ח) has codepoint U+05D7.
How do I type or copy HEBREW LETTER HET?
Copy ח directly, or use the HTML entity, UTF-8, and code encodings shown on this page.