HTML Entity/Symbol∔(DOT PLUS )

Copy this symbol

DOT PLUS

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

∔
∔
U+02214
\2214
∔

HTML Examples

Using HTML Code value in HTML file

<span> &#8724; </span>

Using HTML Entity value in HTML file

<span> &dotplus; </span>

CSS Example

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

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