HTML Entity/Symbol⨺(MINUS SIGN IN TRIANGLE )

Copy this symbol

MINUS SIGN IN TRIANGLE

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

⨺
⨺
U+02A3A
\2a3a
⨺

HTML Examples

Using HTML Code value in HTML file

<span> &#10810; </span>

Using HTML Entity value in HTML file

<span> &triminus; </span>

CSS Example

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

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