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