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>&#119983;</span>
HEX Code:
<span>&#x1D4AF;</span>

Add with CSS

.mathematical-script-capital-t::before {
  content: '\\1D4AF';
}

Set it in JavaScript

document.querySelector('.mathematical-script-capital-t').textContent = '๐’ฏ';
copied