η
Greek

Greek Small Letter Eta η

Eta is the seventh letter of the Greek alphabet, commonly representing efficiency in engineering and physics. It also denotes viscosity in fluid dynamics, the Dedekind eta function in mathematics, and the learning rate in machine learning gradient descent algorithms.

All Representations

Named Entity
η
Decimal Code
η
Hex Code
η
Unicode
U+03B7

Rendered Output

η

η renders as the character shown above

When to Use Greek Small Letter Eta

Use the eta entity in engineering content (efficiency η), fluid dynamics (viscosity), machine learning documentation (learning rate η), and quantum mechanics. It is widely used across scientific disciplines and has become common in AI and deep learning literature.

Try It — HTML Examples

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

About the Greek Small Letter Eta Entity

The Greek Small 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 &#951;, or the hexadecimal numeric reference &#x3B7;. The character is assigned Unicode code point U+03B7 in the Universal Character Set.

Eta is the seventh letter of the Greek alphabet, commonly representing efficiency in engineering and physics. It also denotes viscosity in fluid dynamics, the Dedekind eta function in mathematics, and the learning rate in machine learning gradient descent algorithms.

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 Small 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 &#951; and hexadecimal form &#x3B7; 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 eta entity in engineering content (efficiency η), fluid dynamics (viscosity), machine learning documentation (learning rate η), and quantum mechanics. It is widely used across scientific disciplines and has become common in AI and deep learning literature.

Related Entities

Explore More HTML Entities

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