Ε
Greek

Greek Capital Letter Epsilon Ε

Greek capital epsilon is visually identical to the Latin capital letter E. It is rarely used in scientific notation due to this similarity. The lowercase ε is far more common in mathematical and scientific writing.

All Representations

Named Entity
Ε
Decimal Code
Ε
Hex Code
Ε
Unicode
U+0395

Rendered Output

Ε

Ε renders as the character shown above

When to Use Greek Capital Letter Epsilon

Use the capital epsilon entity in Greek-language text and educational content about the Greek alphabet. In scientific notation, the lowercase epsilon (ε) is strongly preferred. The capital form is mainly needed for completeness in Greek text rendering.

Try It — HTML Examples

Named entity in text
<p>Symbol: &Epsilon;</p>
Decimal reference
<p>Symbol: &#917;</p>
Hex reference
<p>Symbol: &#x395;</p>
Inside an HTML attribute
<div title="The Greek Capital Letter Epsilon: &Epsilon;">Hover to see</div>

About the Greek Capital Letter Epsilon Entity

The Greek Capital Letter Epsilon character (Ε) is a standard HTML entity defined in the HTML specification. In HTML source code, it can be written using the named entity reference &Epsilon;, the decimal numeric character reference &#917;, or the hexadecimal numeric reference &#x395;. The character is assigned Unicode code point U+0395 in the Universal Character Set.

Greek capital epsilon is visually identical to the Latin capital letter E. It is rarely used in scientific notation due to this similarity. The lowercase ε is far more common in mathematical and scientific writing.

Greek letter entities are indispensable for scientific papers, engineering documentation, statistical analyses, and mathematical content published on the web. From physics equations using alpha and omega to statistical formulas featuring sigma and mu, these entities allow content authors to include Greek characters reliably without requiring specialized fonts or complex Unicode input methods on the keyboard.

When deciding how to encode the Greek Capital Letter Epsilon character in your HTML documents, the named entity &Epsilon; is generally the most readable choice for developers reviewing or maintaining source code. The decimal form &#917; and hexadecimal form &#x395; 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 the capital epsilon entity in Greek-language text and educational content about the Greek alphabet. In scientific notation, the lowercase epsilon (ε) is strongly preferred. The capital form is mainly needed for completeness in Greek text rendering.

Related Entities

Explore More HTML Entities

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