Convert OnlineConvertOnline

HTML Entity/Symbol·(MIDDLE DOT )

·
Copy this symbol

MIDDLE DOT

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

·
·
U+000B7
\00b7
·

HTML Examples

Using HTML Code value in HTML file

<span> &#183; </span>

Using HTML Entity value in HTML file

<span> &middot; </span>

CSS Example

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

span { 
    content: "\00b7";
}
All HTML Symbols