Latin Letter Small Capital N
ɴ
Shortcodes
Copy useful codes for latin letter small capital n symbol ɴ to use in websites, apps, blogs, and docs.
Unicode
U+0274 HTML Code
ɴ HEX Code
ɴ CSS Code
\0274 JS/JSON
\u0274 Unix/C/PHP/JAVA
0x274 URL-encode
%C9%B4 Customize Latin Letter Small Capital N
Customize ɴ, download it as SVG or PNG, or copy the generated HTML snippet.
ɴ
How to use Latin Letter Small 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
.latin-letter-small-capital-n::before {
content: '\\0274';
} Set it in JavaScript
document.querySelector('.latin-letter-small-capital-n').textContent = 'ɴ';