Symbols

Asterisk Operator ∗

The asterisk operator (∗) is a mathematical variant of the asterisk used as a convolution operator, multiplication symbol in some notations, and footnote marker. It is distinct from the keyboard asterisk (*) and is centered vertically for use in mathematical expressions alongside other operators.

All Representations

Named Entity
∗
Decimal Code
∗
Hex Code
∗
Unicode
U+2217

Rendered Output

∗ renders as the character shown above

When to Use Asterisk Operator

Use the asterisk operator in mathematical notation for convolution, the Hodge dual, and contexts where a vertically centered asterisk is needed. For footnotes in general text, the standard keyboard asterisk suffices. The mathematical variant ensures proper alignment with other mathematical operators.

Try It — HTML Examples

Named entity in text
<p>Symbol: &lowast;</p>
Decimal reference
<p>Symbol: &#8727;</p>
Hex reference
<p>Symbol: &#x2217;</p>
Inside an HTML attribute
<div title="The Asterisk Operator: &lowast;">Hover to see</div>

About the Asterisk Operator Entity

The Asterisk Operator character (∗) is a standard HTML entity defined in the HTML specification. In HTML source code, it can be written using the named entity reference &lowast;, the decimal numeric character reference &#8727;, or the hexadecimal numeric reference &#x2217;. The character is assigned Unicode code point U+2217 in the Universal Character Set.

The asterisk operator (∗) is a mathematical variant of the asterisk used as a convolution operator, multiplication symbol in some notations, and footnote marker. It is distinct from the keyboard asterisk (*) and is centered vertically for use in mathematical expressions alongside other operators.

Symbol entities encompass a wide variety of special characters used in legal disclaimers, intellectual property notices, typographic ornaments, card suit indicators, and miscellaneous notation throughout web content. These characters appear in website footers for copyright notices, product pages for trademark symbols, academic papers for dagger footnote markers, and decorative or gaming contexts for card suits and stars.

When deciding how to encode the Asterisk Operator character in your HTML documents, the named entity &lowast; is generally the most readable choice for developers reviewing or maintaining source code. The decimal form &#8727; and hexadecimal form &#x2217; 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 asterisk operator in mathematical notation for convolution, the Hodge dual, and contexts where a vertically centered asterisk is needed. For footnotes in general text, the standard keyboard asterisk suffices. The mathematical variant ensures proper alignment with other mathematical operators.

Related Entities

Explore More HTML Entities

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