Double-struck Capital N
ℕ
Shortcodes
Copy useful codes for double-struck capital n symbol ℕ to use in websites, apps, blogs, and docs.
Unicode
U+2115 HTML Code
ℕ HTML Entity
ℕ HEX Code
ℕ CSS Code
\2115 JS/JSON
\u2115 Unix/C/PHP/JAVA
0x2115 URL-encode
%E2%84%95 Customize Double-struck Capital N
Customize ℕ, download it as SVG or PNG, or copy the generated HTML snippet.
ℕ
How to use Double-struck Capital N Symbol in HTML, CSS, and JS
Insert in HTML
1. Direct symbol:
<span>ℕ</span> HTML Code:
<span>ℕ</span> HTML Entity:
<span>ℕ</span> HEX Code:
<span>ℕ</span> Add with CSS
.double-struck-capital-n::before {
content: '\\2115';
} Set it in JavaScript
document.querySelector('.double-struck-capital-n').textContent = 'ℕ';