Mathematical Bold Fraktur Capital N
๐น
Shortcodes
Copy useful codes for mathematical bold fraktur capital n symbol ๐น to use in websites, apps, blogs, and docs.
Unicode
U+1D579 HTML Code
𝕹 HEX Code
𝕹 CSS Code
\1D579 JS/JSON
\u1D579 Unix/C/PHP/JAVA
0x1D579 URL-encode
%F0%9D%95%B9 Customize Mathematical Bold Fraktur Capital N
Customize ๐น, download it as SVG or PNG, or copy the generated HTML snippet.
๐น
How to use Mathematical Bold Fraktur 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-fraktur-capital-n::before {
content: '\\1D579';
} Set it in JavaScript
document.querySelector('.mathematical-bold-fraktur-capital-n').textContent = '๐น';