Latin Letter Small Capital N

ɴ

Shortcodes

Copy and paste codes for Latin Letter Small Capital N symbol ɴ to use in your websites, apps, blogs, and more.

Unicode
U+0274
HTML Code
ɴ
HEX Code
ɴ
CSS Code
\274
JS/JSON
\u0274
Unix/C/PHP/JAVA
0x274
URL-encode
%C9%B4
copied

Customize Latin Letter Small Capital N Symbol

Customize ɴ symbol as you like and download Latin Letter Small Capital N as SVG or PNG or copy its HTML code to use in your projects.

Preview helps customize symbol. Downloaded image and HTML code may have size/spacing differences.
ɴ

                        
                    

How to add Latin Letter Small Capital N symbol in HTML, CSS, and JS?

Insert ɴ Latin Letter Small Capital N using HTML

1. Copy-paste Latin Letter Small Capital N directly:
<span>ɴ</span>
2. HTML Decimal Code:
<span>&#628;</span>
3. Hexadecimal Code:
<span>&#x0274;</span>
Preview: ɴ

Add Latin Letter Small Capital N symbol with CSS

.latin-letter-small-capital-n::before {
    content: '\\274';
}
Preview: Latin Letter Small Capital N

Latin Letter Small Capital N JavaScript Code

1. Direct Symbol:
document.querySelector('.latin-letter-small-capital-n').textContent = 'ɴ';
2. Unicode Escape for ɴ:
document.querySelector('.latin-letter-small-capital-n').textContent = '\u0274';
Preview: ɴ