Mathematical Script Capital T
๐ฏ
Shortcodes
Copy useful codes for mathematical script capital t symbol ๐ฏ to use in websites, apps, blogs, and docs.
Unicode
U+1D4AF HTML Code
𝒯 HEX Code
𝒯 CSS Code
\1D4AF JS/JSON
\u1D4AF Unix/C/PHP/JAVA
0x1D4AF URL-encode
%F0%9D%92%AF Customize Mathematical Script Capital T
Customize ๐ฏ, download it as SVG or PNG, or copy the generated HTML snippet.
๐ฏ
How to use Mathematical Script Capital T Symbol in HTML, CSS, and JS
Insert in HTML
1. Direct symbol:
<span>๐ฏ</span> HTML Code:
<span>𝒯</span> HEX Code:
<span>𝒯</span> Add with CSS
.mathematical-script-capital-t::before {
content: '\\1D4AF';
} Set it in JavaScript
document.querySelector('.mathematical-script-capital-t').textContent = '๐ฏ';