HTML Entity/Symbol∸(DOT MINUS )

Copy this symbol

DOT MINUS

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

∸
∸
U+02238
\2238
∸

HTML Examples

Using HTML Code value in HTML file

<span> &#8760; </span>

Using HTML Entity value in HTML file

<span> &dotminus; </span>

CSS Example

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

span { 
    content: "\2238";
}
All HTML Symbols