HTML Entity/Symbol║(BOX DRAWINGS DOUBLE VERTICAL )

Copy this symbol

BOX DRAWINGS DOUBLE VERTICAL

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

║
║
U+02551
\2551
║

HTML Examples

Using HTML Code value in HTML file

<span> &#9553; </span>

Using HTML Entity value in HTML file

<span> &boxV; </span>

CSS Example

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

span { 
    content: "\2551";
}
All HTML Symbols