HTML Entity/Symbol×(MULTIPLICATION SIGN )

×
Copy this symbol

MULTIPLICATION SIGN

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

×
×
U+000D7
\00d7
×

HTML Examples

Using HTML Code value in HTML file

<span> &#215; </span>

Using HTML Entity value in HTML file

<span> &times; </span>

CSS Example

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

span { 
    content: "\00d7";
}
All HTML Symbols