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