Uppercase N latin (ɴ) is the Unicode character at U+0274 in IPA Extensions. Official name: LATIN LETTER SMALL CAPITAL N — an IPA small-capital N used for the uvular nasal in phonetic transcription.
Remember
Character ɴ
Unicode U+0274
Hex entity ɴ
Decimal ɴ
CSS escape \0274
Named entity (none)
Not the same N · n · Ɲ
Prefer ɴ or ɴ in HTML markup. You can also type ɴ in UTF-8. There is no named entity. Despite the URL, Unicode treats this as a small capital, not plain capital N.
Using Hex Code: ɴ
Using HTML Code: ɴ
Using CSS Entity: ɴ
Typed directly: ɴ
IPA label: /ɴ/
How It Works
1. Hex:U+0274 → ɴ in HTML. The browser turns it into ɴ.
2. Decimal: same code point as 628 → ɴ. Same result as hex.
3. CSS: use \0274 in content (not an HTML entity). #point::after appends that ɴ after the paragraph text.
4. Typed / IPA: paste ɴ in UTF-8, or write /ɴ/ for a short phonetic label.
5. No named entity: HTML5 does not define a name for U+0274 — use numeric references or type the character.
Pitfalls & Tips
Common mistakes when working with small capital N.
Named?
No named entity
HTML5 does not define a named entity for U+0274. Use ɴ or ɴ.
vs N
Not plain capital N
Keyboard N is U+004E. Use U+0274 only for IPA small capital N (uvular nasal).
URL
“Uppercase” in the URL
The slug says uppercase, but Unicode names this a small capital letter — an IPA symbol, not ASCII N.
vs Ɲ
Not N with left hook
Ɲ is capital N with left hook (palatal nasal). ɴ is small capital N (uvular nasal).
CSS vs HTML
Do not mix escapes
\0274 belongs in CSS strings. ɴ / ɴ belong in HTML.
Fonts
IPA font coverage
Some UI fonts omit IPA Extensions. Prefer Doulos SIL, Charis SIL, or another IPA-capable font.
Compatibility
Browser Support
Small capital N (U+0274) and its entity forms (ɴ, ɴ, CSS \\0274) are supported in all mainstream browsers. Visible glyphs depend on IPA Extensions font coverage.
✓ Universal support
Uppercase N Latin (ɴ)
Encode with hex, decimal, CSS escape, or type the character — same code point everywhere encoding is supported.
100%Browser coverage
Google ChromeSupported
Yes
Microsoft EdgeSupported
Yes
Mozilla FirefoxSupported
Yes
Apple SafariSupported
Yes
OperaSupported
Yes
Internet ExplorerIE 9+
Yes
U+0274 / entitiesFull support
Bottom line: Prefer ɴ or ɴ in HTML. Use \\0274 only inside CSS content. There is no named entity.
Remember
Key Takeaways
Unicode: this letter is U+0274 (decimal 628) — glyph ɴ.
HTML: use ɴ or ɴ — no named entity; typing ɴ also works.
CSS: use \0274 inside content for generated text.
Watch out:ɴ ≠ plain N ≠ n ≠ Ɲ.
One line:U+0274 → ɴ / ɴ / CSS \0274.
Frequently Asked Questions
Use ɴ (hex), ɴ (decimal), type ɴ directly in UTF-8, or the CSS escape \0274 in content. There is no named HTML entity.
U+0274 (LATIN LETTER SMALL CAPITAL N). Hex 0274, decimal 628. It belongs to IPA Extensions (U+0250–U+02AF).
No. Use numeric references ɴ or ɴ, or type ɴ in UTF-8.
No. ɴ is an IPA small capital N (U+0274). Plain N is U+004E. Plain n is U+006E.
Use it in IPA and linguistic text for the uvular nasal — not as a substitute for ordinary capital N.
HTML entities (ɴ or ɴ) go in markup. The CSS escape \0274 goes in stylesheet strings (usually content on ::before/::after).
🤔
Did you know?
Small capital N (ɴ) is Unicode U+0274 (decimal 628) — LATIN LETTER SMALL CAPITAL N in IPA Extensions. HTML5 has no named entity — use ɴ or ɴ. The URL says “uppercase,” but Unicode classifies this as a small capital letter. In the IPA it represents the uvular nasal. Do not confuse with plain N (U+004E).