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