Mathematical Script Capital T

๐’ฏ

Shortcodes

Copy and paste codes for Mathematical Script Capital T symbol ๐’ฏ to use in your websites, apps, blogs, and more.

Unicode
U+1D4AF
HTML Code
𝒯
HEX Code
𝒯
CSS Code
\1D4AF
JS/JSON
\u1D4AF
Unix/C/PHP/JAVA
0x1D4AF
URL-encode
%F0%9D%92%AF
copied

Customize Mathematical Script Capital T Symbol

Customize ๐’ฏ symbol as you like and download Mathematical Script 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 Mathematical Script Capital T symbol in HTML, CSS, and JS?

Insert ๐’ฏ Mathematical Script Capital T using HTML

1. Copy-paste Mathematical Script Capital T directly:
<span>๐’ฏ</span>
2. HTML Decimal Code:
<span>&#119983;</span>
3. Hexadecimal Code:
<span>&#x1D4AF;</span>
Preview: ๐’ฏ

Add Mathematical Script Capital T symbol with CSS

.mathematical-script-capital-t::before {
    content: '\\1D4AF';
}
Preview: Mathematical Script Capital T

Mathematical Script Capital T JavaScript Code

1. Direct Symbol:
document.querySelector('.mathematical-script-capital-t').textContent = '๐’ฏ';
2. Unicode Escape for ๐’ฏ:
document.querySelector('.mathematical-script-capital-t').textContent = '\u1D4AF';
Preview: ๐’ฏ