Mathematical Bold Small N

๐ง

Shortcodes

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

Unicode
U+1D427
HTML Code
𝐧
HEX Code
𝐧
CSS Code
\1D427
JS/JSON
\u1D427
Unix/C/PHP/JAVA
0x1D427
URL-encode
%F0%9D%90%A7
copied

Customize Mathematical Bold Small N Symbol

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

Insert ๐ง Mathematical Bold Small N using HTML

1. Copy-paste Mathematical Bold Small N directly:
<span>๐ง</span>
2. HTML Decimal Code:
<span>&#119847;</span>
3. Hexadecimal Code:
<span>&#x1D427;</span>
Preview: ๐ง

Add Mathematical Bold Small N symbol with CSS

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

Mathematical Bold Small N JavaScript Code

1. Direct Symbol:
document.querySelector('.mathematical-bold-small-n').textContent = '๐ง';
2. Unicode Escape for ๐ง:
document.querySelector('.mathematical-bold-small-n').textContent = '\u1D427';
Preview: ๐ง