Ζ
Greek

Greek Capital Letter Zeta Ζ

Greek capital zeta is visually identical to the Latin capital letter Z. It appears primarily in Greek-language text. The lowercase ζ is used far more commonly in scientific and mathematical notation, particularly in the Riemann zeta function.

All Representations

Named Entity
Ζ
Decimal Code
Ζ
Hex Code
Ζ
Unicode
U+0396

Rendered Output

Ζ

Ζ renders as the character shown above

When to Use Greek Capital Letter Zeta

Use the capital zeta entity in Greek-language text and complete Greek alphabet displays. In mathematical notation, the lowercase zeta (ζ) is standard. The Riemann zeta function uses the lowercase letter despite being named for the letter's capital form.

Try It — HTML Examples

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

About the Greek Capital Letter Zeta Entity

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

Greek capital zeta is visually identical to the Latin capital letter Z. It appears primarily in Greek-language text. The lowercase ζ is used far more commonly in scientific and mathematical notation, particularly in the Riemann zeta function.

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 Zeta character in your HTML documents, the named entity &Zeta; is generally the most readable choice for developers reviewing or maintaining source code. The decimal form &#918; and hexadecimal form &#x396; 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 zeta entity in Greek-language text and complete Greek alphabet displays. In mathematical notation, the lowercase zeta (ζ) is standard. The Riemann zeta function uses the lowercase letter despite being named for the letter's capital form.

Related Entities

Explore More HTML Entities

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