HTML Entity/Symbol¦(BROKEN BAR )

¦
Copy this symbol

BROKEN BAR

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

¦
¦
U+000A6
\00a6
¦

HTML Examples

Using HTML Code value in HTML file

<span> &#166; </span>

Using HTML Entity value in HTML file

<span> &brvbar; </span>

CSS Example

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

span { 
    content: "\00a6";
}
All HTML Symbols