keecode logokeecode
Home / HTML Entities / Product

Product

Product symbol

Math

HTML Codes

Named Entity

∏

Numeric Code

∏

Usage Examples

HTML Example (Named Entity)

<p>This is the Product: &prod;</p>

Output: This is the Product:

HTML Example (Numeric Code)

<p>This is the Product: &#8719;</p>

Output: This is the Product:

JavaScript Example

const char = "&prod;";
console.log(char); // ∏