ζ
Greek

Greek Small Letter Zeta ζ

Zeta is the sixth letter of the Greek alphabet, prominently used in the Riemann zeta function — one of the most important functions in number theory. It also represents damping ratio in control theory, electrokinetic potential in chemistry, and various other quantities in physics.

All Representations

Named Entity
ζ
Decimal Code
ζ
Hex Code
ζ
Unicode
U+03B6

Rendered Output

ζ

ζ renders as the character shown above

When to Use Greek Small Letter Zeta

Use the zeta entity in number theory content (Riemann zeta function ζ(s)), control systems engineering (damping ratio ζ), and chemistry (zeta potential). It appears frequently in advanced mathematics and the Riemann hypothesis, one of the most famous unsolved problems.

Try It — HTML Examples

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

About the Greek Small Letter Zeta Entity

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

Zeta is the sixth letter of the Greek alphabet, prominently used in the Riemann zeta function — one of the most important functions in number theory. It also represents damping ratio in control theory, electrokinetic potential in chemistry, and various other quantities in physics.

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 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 &#950; and hexadecimal form &#x3B6; 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 zeta entity in number theory content (Riemann zeta function ζ(s)), control systems engineering (damping ratio ζ), and chemistry (zeta potential). It appears frequently in advanced mathematics and the Riemann hypothesis, one of the most famous unsolved problems.

Related Entities

Explore More HTML Entities

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