HTML Entity/Symbol⨱(MULTIPLICATION SIGN WITH UNDERBAR )

Copy this symbol

MULTIPLICATION SIGN WITH UNDERBAR

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

⨱
⨱
U+02A31
\2a31
⨱

HTML Examples

Using HTML Code value in HTML file

<span> &#10801; </span>

Using HTML Entity value in HTML file

<span> &timesbar; </span>

CSS Example

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

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