HTML Entity/Symbol⨻(MULTIPLICATION SIGN IN TRIANGLE )

Copy this symbol

MULTIPLICATION SIGN IN TRIANGLE

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

⨻
⨻
U+02A3B
\2a3b
⨻

HTML Examples

Using HTML Code value in HTML file

<span> &#10811; </span>

Using HTML Entity value in HTML file

<span> &tritime; </span>

CSS Example

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

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