Mathematical Fraktur Capital T

๐”—

Shortcodes

Copy and paste codes for Mathematical Fraktur Capital T symbol ๐”— to use in your websites, apps, blogs, and more.

Unicode
U+1D517
HTML Code
𝔗
HEX Code
𝔗
CSS Code
\1D517
JS/JSON
\u1D517
Unix/C/PHP/JAVA
0x1D517
URL-encode
%F0%9D%94%97
copied

Customize Mathematical Fraktur Capital T Symbol

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

Insert ๐”— Mathematical Fraktur Capital T using HTML

1. Copy-paste Mathematical Fraktur Capital T directly:
<span>๐”—</span>
2. HTML Decimal Code:
<span>&#120087;</span>
3. Hexadecimal Code:
<span>&#x1D517;</span>
Preview: ๐”—

Add Mathematical Fraktur Capital T symbol with CSS

.mathematical-fraktur-capital-t::before {
    content: '\\1D517';
}
Preview: Mathematical Fraktur Capital T

Mathematical Fraktur Capital T JavaScript Code

1. Direct Symbol:
document.querySelector('.mathematical-fraktur-capital-t').textContent = '๐”—';
2. Unicode Escape for ๐”—:
document.querySelector('.mathematical-fraktur-capital-t').textContent = '\u1D517';
Preview: ๐”—