About Latin Capital Letter Eng
Latin Capital Letter Eng is the Unicode character Ŋ at codepoint U+014A in the Latin Extended-A block of the Basic Multilingual Plane (BMP).
Developer Notes
| Unicode Codepoint | |
| Decimal | |
| UTF-8 (hex) | |
| UTF-16 (hex) | |
| HEX Entity | |
| HTML Entity | |
| CSS (\xxxx) | |
| JavaScript | |
| Python |
How to Use Latin Capital Letter Eng
To use the Latin Capital Letter Eng symbol (Ŋ) in HTML, insert the
entity Ŋ directly into your markup. The decimal entity Ŋ works in any HTML-serialised document.
In CSS pseudo-elements use content: '\14A';.
In JavaScript and TypeScript the escape '\u014A' evaluates to Ŋ. In Python source, write '\u014A'.
The character encodes to C5 8A as UTF-8 bytes and 014A as UTF-16 code units. Its decimal codepoint is 330.
This is a text-based Unicode character. It will render in the current font on most platforms. If a font lacks this glyph, the browser may show a placeholder or fall back to a system font.