Mathematical Bold Capital N
๐
Shortcodes
Copy useful codes for mathematical bold capital n symbol ๐ to use in websites, apps, blogs, and docs.
Unicode
U+1D40D HTML Code
𝐍 HEX Code
𝐍 CSS Code
\1D40D JS/JSON
\u1D40D Unix/C/PHP/JAVA
0x1D40D URL-encode
%F0%9D%90%8D Customize Mathematical Bold Capital N
Customize ๐, download it as SVG or PNG, or copy the generated HTML snippet.
๐
How to use Mathematical Bold Capital N Symbol in HTML, CSS, and JS
Insert in HTML
1. Direct symbol:
<span>๐</span> HTML Code:
<span>𝐍</span> HEX Code:
<span>𝐍</span> Add with CSS
.mathematical-bold-capital-n::before {
content: '\\1D40D';
} Set it in JavaScript
document.querySelector('.mathematical-bold-capital-n').textContent = '๐';