Mathematical Sans-serif Italic Small N
๐ฏ
Shortcodes
Copy useful codes for mathematical sans-serif italic small n symbol ๐ฏ to use in websites, apps, blogs, and docs.
Unicode
U+1D62F HTML Code
𝘯 HEX Code
𝘯 CSS Code
\1D62F JS/JSON
\u1D62F Unix/C/PHP/JAVA
0x1D62F URL-encode
%F0%9D%98%AF Customize Mathematical Sans-serif Italic Small N
Customize ๐ฏ, download it as SVG or PNG, or copy the generated HTML snippet.
๐ฏ
How to use Mathematical Sans-serif Italic 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-sans-serif-italic-small-n::before {
content: '\\1D62F';
} Set it in JavaScript
document.querySelector('.mathematical-sans-serif-italic-small-n').textContent = '๐ฏ';