É
Latin

Latin Capital E with Acute É

The capital E with acute accent (É) is one of the most commonly used accented characters across European languages. It appears in French (être, école), Spanish (Él), Portuguese, and many other languages. In French, é is the most frequent accented letter, indicating a closed vowel sound.

All Representations

Named Entity
É
Decimal Code
É
Hex Code
É
Unicode
U+00C9

Rendered Output

É

É renders as the character shown above

When to Use Latin Capital E with Acute

Use this entity in French text (É is extremely common), Spanish, Portuguese, Czech, Hungarian, and Irish. It is one of the most important accented characters for multilingual web content. Proper encoding of É is critical for SEO in French-speaking markets.

Try It — HTML Examples

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

About the Latin Capital E with Acute Entity

The Latin Capital E 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 &Eacute;, the decimal numeric character reference &#201;, or the hexadecimal numeric reference &#xC9;. The character is assigned Unicode code point U+00C9 in the Universal Character Set.

The capital E with acute accent (É) is one of the most commonly used accented characters across European languages. It appears in French (être, école), Spanish (Él), Portuguese, and many other languages. In French, é is the most frequent accented letter, indicating a closed vowel sound.

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 E with Acute character in your HTML documents, the named entity &Eacute; is generally the most readable choice for developers reviewing or maintaining source code. The decimal form &#201; and hexadecimal form &#xC9; 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 French text (É is extremely common), Spanish, Portuguese, Czech, Hungarian, and Irish. It is one of the most important accented characters for multilingual web content. Proper encoding of É is critical for SEO in French-speaking markets.

Related Entities

Explore More HTML Entities

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