HTML Entity/Symbol⋅(DOT OPERATOR )

Copy this symbol

DOT OPERATOR

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

⋅
⋅
U+022C5
\22c5
⋅

HTML Examples

Using HTML Code value in HTML file

<span> &#8901; </span>

Using HTML Entity value in HTML file

<span> &sdot; </span>

CSS Example

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

span { 
    content: "\22c5";
}
All HTML Symbols