Latin Letter Small Capital T

Shortcodes

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

Unicode
U+1D1B
HTML Code
ᴛ
HEX Code
ᴛ
CSS Code
\1D1B
JS/JSON
\u1D1B
Unix/C/PHP/JAVA
0x1D1B
URL-encode
%E1%B4%9B
copied

Customize Latin Letter Small Capital T Symbol

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

Insert ᴛ Latin Letter Small Capital T using HTML

1. Copy-paste Latin Letter Small Capital T directly:
<span>ᴛ</span>
2. HTML Decimal Code:
<span>&#7451;</span>
3. Hexadecimal Code:
<span>&#x1D1B;</span>
Preview:

Add Latin Letter Small Capital T symbol with CSS

.latin-letter-small-capital-t::before {
    content: '\\1D1B';
}
Preview: Latin Letter Small Capital T

Latin Letter Small Capital T JavaScript Code

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