Η
Greek

Greek Capital Letter Eta Η

Greek capital eta is visually identical to the Latin capital letter H. It appears in Greek-language text and is the origin of the Latin H. In scientific contexts, the lowercase η (efficiency, viscosity) is far more commonly encountered.

All Representations

Named Entity
Η
Decimal Code
Η
Hex Code
Η
Unicode
U+0397

Rendered Output

Η

Η renders as the character shown above

When to Use Greek Capital Letter Eta

Use the capital eta entity in Greek-language text and linguistic discussions about the evolution from Greek eta to Latin H. In scientific notation, the lowercase η is standard for representing efficiency and viscosity.

Try It — HTML Examples

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

About the Greek Capital Letter Eta Entity

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

Greek capital eta is visually identical to the Latin capital letter H. It appears in Greek-language text and is the origin of the Latin H. In scientific contexts, the lowercase η (efficiency, viscosity) is far more commonly encountered.

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 Eta character in your HTML documents, the named entity &Eta; is generally the most readable choice for developers reviewing or maintaining source code. The decimal form &#919; and hexadecimal form &#x397; 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 eta entity in Greek-language text and linguistic discussions about the evolution from Greek eta to Latin H. In scientific notation, the lowercase η is standard for representing efficiency and viscosity.

Related Entities

Explore More HTML Entities

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