Greek Capital Letter Tau

Τ

Shortcodes

Copy and paste codes for Greek Capital Letter Tau symbol Τ to use in your websites, apps, blogs, and more.

Unicode
U+03A4
HTML Code
Τ
HTML Entity
Τ
HEX Code
Τ
CSS Code
\03A4
JS/JSON
\u03A4
Unix/C/PHP/JAVA
0x03A4
URL-encode
%CE%A4
copied

Customize Greek Capital Letter Tau Symbol

Customize Τ symbol as you like and download Greek Capital Letter Tau as SVG or PNG or copy its HTML code to use in your projects.

Preview helps customize symbol. Downloaded image and HTML code may have size/spacing differences.
Τ
 

How to add Greek Capital Letter Tau symbol in HTML, CSS, and JS?

Insert Τ Greek Capital Letter Tau using HTML

1. Copy-paste Greek Capital Letter Tau directly:
<span>Τ</span>
2. HTML Decimal Code:
<span>&#932;</span>
3. HTML Entity:
<span>&Tau;</span>
4. Hexadecimal Code:
<span>&#x3A4;</span>
Preview: Τ

Add Greek Capital Letter Tau symbol with CSS

.greek-capital-letter-tau::before {
    content: '\\03A4';
}
Preview: Greek Capital Letter Tau

Greek Capital Letter Tau JavaScript Code

1. Direct Symbol:
document.querySelector('.greek-capital-letter-tau').textContent = 'Τ';
2. Unicode Escape for Τ:
document.querySelector('.greek-capital-letter-tau').textContent = '\u03A4';
Preview: Τ