Π
Greek

Greek Capital Letter Pi Π

Greek capital pi (Π) looks like two vertical lines connected at the top and is distinct from Latin letters. It represents the product operator (Π notation) in mathematics, analogous to summation (Σ). It also appears in physics and engineering for various quantities.

All Representations

Named Entity
Π
Decimal Code
Π
Hex Code
Π
Unicode
U+03A0

Rendered Output

Π

Π renders as the character shown above

When to Use Greek Capital Letter Pi

Use the capital pi entity for product notation (∏ᵢ aᵢ), which multiplies a sequence of values, and in Greek-language text. It is the multiplicative counterpart to the summation operator Σ and is essential for combinatorics, probability, and number theory content.

Try It — HTML Examples

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

About the Greek Capital Letter Pi Entity

The Greek Capital Letter Pi character (Π) is a standard HTML entity defined in the HTML specification. In HTML source code, it can be written using the named entity reference &Pi;, the decimal numeric character reference &#928;, or the hexadecimal numeric reference &#x3A0;. The character is assigned Unicode code point U+03A0 in the Universal Character Set.

Greek capital pi (Π) looks like two vertical lines connected at the top and is distinct from Latin letters. It represents the product operator (Π notation) in mathematics, analogous to summation (Σ). It also appears in physics and engineering for various quantities.

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 Pi character in your HTML documents, the named entity &Pi; is generally the most readable choice for developers reviewing or maintaining source code. The decimal form &#928; and hexadecimal form &#x3A0; 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 pi entity for product notation (∏ᵢ aᵢ), which multiplies a sequence of values, and in Greek-language text. It is the multiplicative counterpart to the summation operator Σ and is essential for combinatorics, probability, and number theory content.

Related Entities

Explore More HTML Entities

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