Mathematical Bold Script Small N

๐“ท

Shortcodes

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

Unicode
U+1D4F7
HTML Code
𝓷
HEX Code
𝓷
CSS Code
\1D4F7
JS/JSON
\u1D4F7
Unix/C/PHP/JAVA
0x1D4F7
URL-encode
%F0%9D%93%B7
copied

Customize Mathematical Bold Script Small N Symbol

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

Insert ๐“ท Mathematical Bold Script Small N using HTML

1. Copy-paste Mathematical Bold Script Small N directly:
<span>๐“ท</span>
2. HTML Decimal Code:
<span>&#120055;</span>
3. Hexadecimal Code:
<span>&#x1D4F7;</span>
Preview: ๐“ท

Add Mathematical Bold Script Small N symbol with CSS

.mathematical-bold-script-small-n::before {
    content: '\\1D4F7';
}
Preview: Mathematical Bold Script Small N

Mathematical Bold Script Small N JavaScript Code

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