Latin Capital Letter N With Cedilla

Ņ

Shortcodes

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

Unicode
U+0145
HTML Code
Ņ
HEX Code
Ņ
CSS Code
\145
JS/JSON
\u0145
Unix/C/PHP/JAVA
0x145
URL-encode
%C5%85
copied

Customize Latin Capital Letter N With Cedilla Symbol

Customize Ņ symbol as you like and download Latin Capital Letter N With Cedilla 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 Capital Letter N With Cedilla symbol in HTML, CSS, and JS?

Insert Ņ Latin Capital Letter N With Cedilla using HTML

1. Copy-paste Latin Capital Letter N With Cedilla directly:
<span>Ņ</span>
2. HTML Decimal Code:
<span>&#325;</span>
3. Hexadecimal Code:
<span>&#x0145;</span>
Preview: Ņ

Add Latin Capital Letter N With Cedilla symbol with CSS

.latin-capital-letter-n-with-cedilla::before {
    content: '\\145';
}
Preview: Latin Capital Letter N With Cedilla

Latin Capital Letter N With Cedilla JavaScript Code

1. Direct Symbol:
document.querySelector('.latin-capital-letter-n-with-cedilla').textContent = 'Ņ';
2. Unicode Escape for Ņ:
document.querySelector('.latin-capital-letter-n-with-cedilla').textContent = '\u0145';
Preview: Ņ