HTML Entity/Symbol⊝(CIRCLED DASH )

Copy this symbol

CIRCLED DASH

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

⊝
⊝
U+0229D
\229d
⊝

HTML Examples

Using HTML Code value in HTML file

<span> &#8861; </span>

Using HTML Entity value in HTML file

<span> &circleddash; </span>

CSS Example

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

span { 
    content: "\229d";
}
All HTML Symbols