Greek Capital Letter Tau
Τ is the greek capital letter tau, assigned to Unicode code point U+03A4. Because it is a real text character rather than an image, it survives copy and paste into documents, chat apps, spreadsheets and source code. Copy it with one click below, or grab the exact HTML entity, CSS escape and JavaScript string for your project.
| Symbol | Τ | |
|---|---|---|
| Unicode | U+03A4 | |
| Name | Greek Capital Letter Tau | |
| HTML (named) | Τ | |
| HTML (decimal) | Τ | |
| HTML (hex) | Τ | |
| CSS content | \03A4 | |
| JavaScript / JSON | \u03A4 | |
| UTF-8 bytes | 0xCE 0xA4 | |
| UTF-16 units | 0x03A4 |
How to type the greek capital letter tau symbol
- Copy and paste: click the Τ at the top of this page, then paste with Ctrl+V (Windows) or Cmd+V (Mac). This is the fastest route on any device.
- HTML: write
Τor the named entityΤin your markup. - CSS: use
content: "\03A4"in a::beforeor::afterrule. - JavaScript: the escape
\u03A4produces this character in a string.
Frequently asked questions
How do I copy the greek capital letter tau symbol?
Click the Τ above or the copy button and it is placed on your clipboard. Paste it anywhere with Ctrl+V or Cmd+V. It is a real text character, so it works in documents, chats and code.
What is the Unicode code point for greek capital letter tau?
The greek capital letter tau has the Unicode code point U+03A4. In HTML you can write it as Τ or Τ, or with the named entity Τ.
Can I use the greek capital letter tau symbol in HTML and CSS?
Yes. In HTML write Τ or the named entity Τ, and in CSS use content: "\03A4" inside a ::before or ::after rule. The code table on this page has copy buttons for both.
Related symbols
Browse the full math symbols hub, or return to the searchable symbol grid.