HTML Entity/Symbol○(WHITE CIRCLE )

Copy this symbol

WHITE CIRCLE

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

○
○
U+025CB
\25cb
○

HTML Examples

Using HTML Code value in HTML file

<span> &#9675; </span>

Using HTML Entity value in HTML file

<span> &cir; </span>

CSS Example

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

span { 
    content: "\25cb";
}
All HTML Symbols