Mathematical Bold Script Small T

๐“ฝ

Shortcodes

Copy and paste codes for Mathematical Bold Script Small T symbol ๐“ฝ to use in your websites, apps, blogs, and more.

Unicode
U+1D4FD
HTML Code
𝓽
HEX Code
𝓽
CSS Code
\1D4FD
JS/JSON
\u1D4FD
Unix/C/PHP/JAVA
0x1D4FD
URL-encode
%F0%9D%93%BD
copied

Customize Mathematical Bold Script Small T Symbol

Customize ๐“ฝ symbol as you like and download Mathematical Bold Script Small 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 Bold Script Small T symbol in HTML, CSS, and JS?

Insert ๐“ฝ Mathematical Bold Script Small T using HTML

1. Copy-paste Mathematical Bold Script Small T directly:
<span>๐“ฝ</span>
2. HTML Decimal Code:
<span>&#120061;</span>
3. Hexadecimal Code:
<span>&#x1D4FD;</span>
Preview: ๐“ฝ

Add Mathematical Bold Script Small T symbol with CSS

.mathematical-bold-script-small-t::before {
    content: '\\1D4FD';
}
Preview: Mathematical Bold Script Small T

Mathematical Bold Script Small T JavaScript Code

1. Direct Symbol:
document.querySelector('.mathematical-bold-script-small-t').textContent = '๐“ฝ';
2. Unicode Escape for ๐“ฝ:
document.querySelector('.mathematical-bold-script-small-t').textContent = '\u1D4FD';
Preview: ๐“ฝ