Latin Small Letter Eng

ŋ

Shortcodes

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

Unicode
U+014B
HTML Code
ŋ
HEX Code
ŋ
CSS Code
\14B
JS/JSON
\u014B
Unix/C/PHP/JAVA
0x14B
URL-encode
%C5%8B
copied

Customize Latin Small Letter Eng Symbol

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

Insert ŋ Latin Small Letter Eng using HTML

1. Copy-paste Latin Small Letter Eng directly:
<span>ŋ</span>
2. HTML Decimal Code:
<span>&#331;</span>
3. Hexadecimal Code:
<span>&#x014B;</span>
Preview: ŋ

Add Latin Small Letter Eng symbol with CSS

.latin-small-letter-eng::before {
    content: '\\14B';
}
Preview: Latin Small Letter Eng

Latin Small Letter Eng JavaScript Code

1. Direct Symbol:
document.querySelector('.latin-small-letter-eng').textContent = 'ŋ';
2. Unicode Escape for ŋ:
document.querySelector('.latin-small-letter-eng').textContent = '\u014B';
Preview: ŋ