Mathematical Bold Fraktur Capital T
๐ฟ
Shortcodes
Copy useful codes for mathematical bold fraktur capital t symbol ๐ฟ to use in websites, apps, blogs, and docs.
Unicode
U+1D57F HTML Code
𝕿 HEX Code
𝕿 CSS Code
\1D57F JS/JSON
\u1D57F Unix/C/PHP/JAVA
0x1D57F URL-encode
%F0%9D%95%BF Customize Mathematical Bold Fraktur Capital T
Customize ๐ฟ, download it as SVG or PNG, or copy the generated HTML snippet.
๐ฟ
How to use Mathematical Bold Fraktur 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-bold-fraktur-capital-t::before {
content: '\\1D57F';
} Set it in JavaScript
document.querySelector('.mathematical-bold-fraktur-capital-t').textContent = '๐ฟ';