HTML Entity/Symbol⫯(VERTICAL LINE WITH CIRCLE ABOVE )

Copy this symbol

VERTICAL LINE WITH CIRCLE ABOVE

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

⫯
⫯
U+02AEF
\2aef
⫯

HTML Examples

Using HTML Code value in HTML file

<span> &#10991; </span>

Using HTML Entity value in HTML file

<span> &cirmid; </span>

CSS Example

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

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