HTML Entity/Symbol◯(LARGE CIRCLE )

Copy this symbol

LARGE CIRCLE

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

◯
◯
U+025EF
\25ef
◯

HTML Examples

Using HTML Code value in HTML file

<span> &#9711; </span>

Using HTML Entity value in HTML file

<span> &bigcirc; </span>

CSS Example

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

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