HTML Entity/Symbol⎶(BOTTOM SQUARE BRACKET OVER TOP SQUARE BRACKET )

Copy this symbol

BOTTOM SQUARE BRACKET OVER TOP SQUARE BRACKET

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

⎶
⎶
U+023B6
\23b6
⎶

HTML Examples

Using HTML Code value in HTML file

<span> &#9142; </span>

Using HTML Entity value in HTML file

<span> &bbrktbrk; </span>

CSS Example

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

span { 
    content: "\23b6";
}
All HTML Symbols