Latin Capital Letter Eng

Ŋ

Shortcodes

Copy and paste codes for Latin Capital Letter Eng symbol Ŋ to use in your websites, apps, blogs, and more.

Unicode
U+014A
HTML Code
Ŋ
HEX Code
Ŋ
CSS Code
\14A
JS/JSON
\u014A
Unix/C/PHP/JAVA
0x14A
URL-encode
%C5%8A
copied

Customize Latin Capital Letter Eng Symbol

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

Insert Ŋ Latin Capital Letter Eng using HTML

1. Copy-paste Latin Capital Letter Eng directly:
<span>Ŋ</span>
2. HTML Decimal Code:
<span>&#330;</span>
3. Hexadecimal Code:
<span>&#x014A;</span>
Preview: Ŋ

Add Latin Capital Letter Eng symbol with CSS

.latin-capital-letter-eng::before {
    content: '\\14A';
}
Preview: Latin Capital Letter Eng

Latin Capital Letter Eng JavaScript Code

1. Direct Symbol:
document.querySelector('.latin-capital-letter-eng').textContent = 'Ŋ';
2. Unicode Escape for Ŋ:
document.querySelector('.latin-capital-letter-eng').textContent = '\u014A';
Preview: Ŋ