Í
Latin

Latin Capital I with Acute Í

The capital I with acute accent (Í) is used in Spanish, Portuguese, Hungarian, Czech, Irish, and other languages. In Spanish, it indicates an irregular stress pattern. In Irish, the fada (acute accent) marks long vowels. It appears in many common personal and place names.

All Representations

Named Entity
Í
Decimal Code
Í
Hex Code
Í
Unicode
U+00CD

Rendered Output

Í

Í renders as the character shown above

When to Use Latin Capital I with Acute

Use this entity in Spanish, Portuguese, Hungarian, Czech, and Irish text where the acute-accented I is required. Personal names with Í are common in Spanish and Irish, and correct encoding respects the name's linguistic origin and pronunciation.

Try It — HTML Examples

Named entity in text
<p>Symbol: &Iacute;</p>
Decimal reference
<p>Symbol: &#205;</p>
Hex reference
<p>Symbol: &#xCD;</p>
Inside an HTML attribute
<div title="The Latin Capital I with Acute: &Iacute;">Hover to see</div>

About the Latin Capital I with Acute Entity

The Latin Capital I with Acute character (Í) is a standard HTML entity defined in the HTML specification. In HTML source code, it can be written using the named entity reference &Iacute;, the decimal numeric character reference &#205;, or the hexadecimal numeric reference &#xCD;. The character is assigned Unicode code point U+00CD in the Universal Character Set.

The capital I with acute accent (Í) is used in Spanish, Portuguese, Hungarian, Czech, Irish, and other languages. In Spanish, it indicates an irregular stress pattern. In Irish, the fada (acute accent) marks long vowels. It appears in many common personal and place names.

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 I with Acute character in your HTML documents, the named entity &Iacute; is generally the most readable choice for developers reviewing or maintaining source code. The decimal form &#205; and hexadecimal form &#xCD; 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, Portuguese, Hungarian, Czech, and Irish text where the acute-accented I is required. Personal names with Í are common in Spanish and Irish, and correct encoding respects the name's linguistic origin and pronunciation.

Related Entities

Explore More HTML Entities

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