Latin Subscript Small Letter T

Shortcodes

Copy and paste codes for Latin Subscript Small Letter T symbol ₜ to use in your websites, apps, blogs, and more.

Unicode
U+209C
HTML Code
ₜ
HEX Code
ₜ
CSS Code
\209C
JS/JSON
\u209C
Unix/C/PHP/JAVA
0x209C
URL-encode
%E2%82%9C
copied

Customize Latin Subscript Small Letter T Symbol

Customize ₜ symbol as you like and download Latin Subscript Small Letter T 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 Latin Subscript Small Letter T symbol in HTML, CSS, and JS?

Insert ₜ Latin Subscript Small Letter T using HTML

1. Copy-paste Latin Subscript Small Letter T directly:
<span>ₜ</span>
2. HTML Decimal Code:
<span>&#8348;</span>
3. Hexadecimal Code:
<span>&#x209C;</span>
Preview:

Add Latin Subscript Small Letter T symbol with CSS

.latin-subscript-small-letter-t::before {
    content: '\\209C';
}
Preview: Latin Subscript Small Letter T

Latin Subscript Small Letter T JavaScript Code

1. Direct Symbol:
document.querySelector('.latin-subscript-small-letter-t').textContent = 'ₜ';
2. Unicode Escape for ₜ:
document.querySelector('.latin-subscript-small-letter-t').textContent = '\u209C';
Preview: