HTML Entity/Symbol⦿(CIRCLED BULLET )

⦿
Copy this symbol

CIRCLED BULLET

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

⦿
⦿
U+029BF
\29bf
⦿

HTML Examples

Using HTML Code value in HTML file

<span> &#10687; </span>

Using HTML Entity value in HTML file

<span> &ofcir; </span>

CSS Example

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

span { 
    content: "\29bf";
}
All HTML Symbols