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