Ñ
Latin

Latin Capital N with Tilde Ñ

The capital N with tilde (Ñ) is a separate letter in the Spanish alphabet, not a decorated N. It represents a palatal nasal sound (like 'ny' in 'canyon'). The ñ is iconic to Spanish and appears in thousands of common words. It is also used in Filipino, Basque, and other languages.

All Representations

Named Entity
Ñ
Decimal Code
Ñ
Hex Code
Ñ
Unicode
U+00D1

Rendered Output

Ñ

Ñ renders as the character shown above

When to Use Latin Capital N with Tilde

Use this entity in Spanish text (Ñ is essential — España, año, niño), Filipino, Basque, and other languages with ñ. Omitting the tilde in Spanish changes word meaning (ano ≠ año). For Spanish-language SEO, correct encoding of Ñ is critical for search relevance.

Try It — HTML Examples

Named entity in text
<p>Symbol: &Ntilde;</p>
Decimal reference
<p>Symbol: &#209;</p>
Hex reference
<p>Symbol: &#xD1;</p>
Inside an HTML attribute
<div title="The Latin Capital N with Tilde: &Ntilde;">Hover to see</div>

About the Latin Capital N with Tilde Entity

The Latin Capital N with Tilde character (Ñ) is a standard HTML entity defined in the HTML specification. In HTML source code, it can be written using the named entity reference &Ntilde;, the decimal numeric character reference &#209;, or the hexadecimal numeric reference &#xD1;. The character is assigned Unicode code point U+00D1 in the Universal Character Set.

The capital N with tilde (Ñ) is a separate letter in the Spanish alphabet, not a decorated N. It represents a palatal nasal sound (like 'ny' in 'canyon'). The ñ is iconic to Spanish and appears in thousands of common words. It is also used in Filipino, Basque, and other languages.

Latin extended character entities provide the accented and modified letters required by dozens of European languages. From French accents aigus and graves to German umlauts, Scandinavian rings, and Icelandic thorns, these entities ensure correct rendering of non-ASCII characters within HTML documents. While modern UTF-8 encoded pages can include these characters directly in source code, HTML entities remain valuable for source code clarity and legacy compatibility.

When deciding how to encode the Latin Capital N with Tilde character in your HTML documents, the named entity &Ntilde; is generally the most readable choice for developers reviewing or maintaining source code. The decimal form &#209; and hexadecimal form &#xD1; are equally valid alternatives that work in contexts where named entities may not be supported, or when generating HTML output programmatically from server-side code. All three representations produce identical visual output in every modern web browser.

Use this entity in Spanish text (Ñ is essential — España, año, niño), Filipino, Basque, and other languages with ñ. Omitting the tilde in Spanish changes word meaning (ano ≠ año). For Spanish-language SEO, correct encoding of Ñ is critical for search relevance.

Related Entities

Explore More HTML Entities

Browse our complete reference of 262 HTML entities with codes, examples, and usage tips.