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