HTML Entity/Symbol⨯(VECTOR OR CROSS PRODUCT )

Copy this symbol

VECTOR OR CROSS PRODUCT

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

⨯
⨯
U+02A2F
\2a2f
⨯

HTML Examples

Using HTML Code value in HTML file

<span> &#10799; </span>

Using HTML Entity value in HTML file

<span> &Cross; </span>

CSS Example

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

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