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' : ''">
τ
GREEK SMALL LETTER TAU
Overview
τ (GREEK SMALL LETTER TAU) is the Unicode character at code point U+03C4. It belongs to the Greek and Coptic block, in the Lowercase Letter (Ll) general category. Its script is Grek.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+03C4 | |
| decimal | 964 | |
| htmldecimal | τ | |
| htmlhex | τ | |
| css | \03C4 | |
| javascript | \u{3C4} | |
| python | \u03c4 | |
| java | \u03C4 | |
| go | \u03C4 | |
| ruby | \u{3C4} | |
| rust | \u{3C4} | |
| ccpp | \u03c4 | |
| urlencoded | %CF%84 | |
| utf8bytes | cf 84 | |
| utf16bebytes | 03 c4 | |
| utf32bebytes | 00 00 03 c4 |
How to Use
HTML:
τ
CSS:
content: "\03C4"
JavaScript:
"\u{3C4}"
Python:
"\u03c4"
Properties
- Block
- Greek and Coptic
- Script
- Grek
- Category
- Lowercase Letter (Ll)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
Frequently Asked Questions
What is the τ character (GREEK SMALL LETTER TAU)?
τ (GREEK SMALL LETTER TAU) is the Unicode character U+03C4.
What is the Unicode codepoint of GREEK SMALL LETTER TAU?
The GREEK SMALL LETTER TAU character (τ) has codepoint U+03C4.
How do I type or copy GREEK SMALL LETTER TAU?
Copy τ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.