HTML Entity/Symbol⫰(VERTICAL LINE WITH CIRCLE BELOW )

Copy this symbol

VERTICAL LINE WITH CIRCLE BELOW

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

⫰
⫰
U+02AF0
\2af0
⫰

HTML Examples

Using HTML Code value in HTML file

<span> &#10992; </span>

Using HTML Entity value in HTML file

<span> &midcir; </span>

CSS Example

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

span { 
    content: "\2af0";
}
All HTML Symbols