HTML Entity/Symbol•(BULLET )

Copy this symbol

BULLET

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

•
•
U+02022
\2022
•

HTML Examples

Using HTML Code value in HTML file

<span> &#8226; </span>

Using HTML Entity value in HTML file

<span> &bull; </span>

CSS Example

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

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