Mathematical Double-struck Small N

๐•Ÿ

Shortcodes

Copy and paste codes for Mathematical Double-struck Small N symbol ๐•Ÿ to use in your websites, apps, blogs, and more.

Unicode
U+1D55F
HTML Code
𝕟
HEX Code
𝕟
CSS Code
\1D55F
JS/JSON
\u1D55F
Unix/C/PHP/JAVA
0x1D55F
URL-encode
%F0%9D%95%9F
copied

Customize Mathematical Double-struck Small N Symbol

Customize ๐•Ÿ symbol as you like and download Mathematical Double-struck 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 Double-struck Small N symbol in HTML, CSS, and JS?

Insert ๐•Ÿ Mathematical Double-struck Small N using HTML

1. Copy-paste Mathematical Double-struck Small N directly:
<span>๐•Ÿ</span>
2. HTML Decimal Code:
<span>&#120159;</span>
3. Hexadecimal Code:
<span>&#x1D55F;</span>
Preview: ๐•Ÿ

Add Mathematical Double-struck Small N symbol with CSS

.mathematical-double-struck-small-n::before {
    content: '\\1D55F';
}
Preview: Mathematical Double-struck Small N

Mathematical Double-struck Small N JavaScript Code

1. Direct Symbol:
document.querySelector('.mathematical-double-struck-small-n').textContent = '๐•Ÿ';
2. Unicode Escape for ๐•Ÿ:
document.querySelector('.mathematical-double-struck-small-n').textContent = '\u1D55F';
Preview: ๐•Ÿ