HTML Entity/Symbol⨰(MULTIPLICATION SIGN WITH DOT ABOVE )

Copy this symbol

MULTIPLICATION SIGN WITH DOT ABOVE

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

⨰
⨰
U+02A30
\2a30
⨰

HTML Examples

Using HTML Code value in HTML file

<span> &#10800; </span>

Using HTML Entity value in HTML file

<span> &timesd; </span>

CSS Example

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

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