Math

N-Ary Product ∏

The product symbol (capital pi) represents the product of a series of values in mathematical notation. It is the multiplicative counterpart to the summation symbol and appears in combinatorics, number theory, and probability calculations. The n-ary product character is distinct from the Greek capital letter pi.

All Representations

Named Entity
∏
Decimal Code
∏
Hex Code
∏
Unicode
U+220F

Rendered Output

∏ renders as the character shown above

When to Use N-Ary Product

Use the product symbol in mathematical formulas involving multiplication of sequences, factorial definitions, and combinatorial expressions. It is essential for advanced mathematical content and is commonly seen in probability theory (product of independent event probabilities) and number theory.

Try It — HTML Examples

Named entity in text
<p>Symbol: &prod;</p>
Decimal reference
<p>Symbol: &#8719;</p>
Hex reference
<p>Symbol: &#x220F;</p>
Inside an HTML attribute
<div title="The N-Ary Product: &prod;">Hover to see</div>

About the N-Ary Product Entity

The N-Ary Product character (∏) is a standard HTML entity defined in the HTML specification. In HTML source code, it can be written using the named entity reference &prod;, the decimal numeric character reference &#8719;, or the hexadecimal numeric reference &#x220F;. The character is assigned Unicode code point U+220F in the Universal Character Set.

The product symbol (capital pi) represents the product of a series of values in mathematical notation. It is the multiplicative counterpart to the summation symbol and appears in combinatorics, number theory, and probability calculations. The n-ary product character is distinct from the Greek capital letter pi.

Mathematical HTML entities enable web authors to display proper mathematical notation without relying on images or specialized rendering libraries like MathJax or KaTeX. While complex equations and multi-line formulas may still benefit from dedicated math typesetting tools, individual symbols expressed as HTML entities render quickly, remain accessible to screen readers, and can be styled with CSS just like regular text content.

When deciding how to encode the N-Ary Product character in your HTML documents, the named entity &prod; is generally the most readable choice for developers reviewing or maintaining source code. The decimal form &#8719; and hexadecimal form &#x220F; 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 product symbol in mathematical formulas involving multiplication of sequences, factorial definitions, and combinatorial expressions. It is essential for advanced mathematical content and is commonly seen in probability theory (product of independent event probabilities) and number theory.

Related Entities

Explore More HTML Entities

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