Latin Small Letter N With Caron Letter
The symbol ň (U+0148) is a lowercase “n” with a caron used in various Latin-based alphabets.
U+0148
The character ň is the lowercase form of “N” with a caron. It appears in languages that use diacritics to represent distinct sounds. Use the provided copy variations and code escapes to place it reliably in text and code.
Latin Small Letter N With Caron Letter Meaning
ň is a Latin letter: lowercase “n” with a caron (ˇ) placed above it. In writing systems that use the caron, it typically signals a pronunciation distinct from plain “n” (N without the caron). The character is standardized as Unicode U+0148 (“LATIN SMALL LETTER N WITH CARON”), so it can be used consistently across platforms. Because it’s a single, proper character (not two characters combined), it’s best to copy/paste it directly or use the correct Unicode escapes in HTML, CSS, and JavaScript to avoid rendering issues.
Common uses
- •Typing correct letters in languages that require a caron on “n” (e.g., proper spelling in names and words).
- •Designing typography and UI text that must match the exact letterform and diacritics.
- •Writing multilingual content where accurate Unicode characters are needed (documents, subtitles, and captions).
- •Creating search-safe text in web apps by using the exact Unicode character rather than approximations.
- •Form fields and data entry templates that must accept and display diacritics correctly.
Examples
ň — Latin Small Letter N with Caron
- ňMůžu si přečíst tento článek bez chyb.
- ňNěkteré jména obsahují ň.
- ňProsím zadejte správné znaky: ň a n.
- ňVýsledky: ň byl nalezen v textu.
- ňDnes se piše ň v mnoha kontextech.
Variations
Technical codes
| Unicode | U+0148 | |
| HTML Entity | ň | |
| HTML Code | ň | |
| CSS | \0148 |
FAQ
What does the Latin Small Letter N With Caron letter mean?
ň is a Latin letter: lowercase “n” with a caron (ˇ) placed above it. In writing systems that use the caron, it typically signals a pronunciation distinct from plain “n” (N without the caron). The character is standardized as Unicode U+0148 (“LATIN SMALL LETTER N WITH CARON”), so it can be used consistently across platforms. Because it’s a single, proper character (not two characters combined), it’s best to copy/paste it directly or use the correct Unicode escapes in HTML, CSS, and JavaScript to avoid rendering issues.
What is the Unicode code point for ň?
It is U+0148 (LATIN SMALL LETTER N WITH CARON).
How do I type ň using HTML?
Use the HTML entity: ň.
How do I use ň in CSS or JavaScript?
CSS escape: \\0148. JavaScript (Unicode code point escape): \\u{0148}.
Is ň the same as a normal “n”?
No. ň is a distinct Unicode character with a caron, and it may represent a different sound or spelling rule than plain “n.”