HTML Entity/Symbol⦵(CIRCLE WITH HORIZONTAL BAR )

Copy this symbol

CIRCLE WITH HORIZONTAL BAR

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

⦵
⦵
U+029B5
\29b5
⦵

HTML Examples

Using HTML Code value in HTML file

<span> &#10677; </span>

Using HTML Entity value in HTML file

<span> &ohbar; </span>

CSS Example

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

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