HTML Entity/Symbol⫂(SUPERSET WITH MULTIPLICATION SIGN BELOW )

Copy this symbol

SUPERSET WITH MULTIPLICATION SIGN BELOW

Click on any of the following code values to copy to clipboard.

⫂
⫂
U+02AC2
\2ac2
⫂

HTML Examples

Using HTML Code value in HTML file

<span> &#10946; </span>

Using HTML Entity value in HTML file

<span> &supmult; </span>

CSS Example

Using CSS content code of the HTML entity &supmult; to specify in a CSS file

span { 
    content: "\2ac2";
}
All HTML Symbols