HTML Entity/Symbol⎵(BOTTOM SQUARE BRACKET )

Copy this symbol

BOTTOM SQUARE BRACKET

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

⎵
⎵
U+023B5
\23b5
⎵

HTML Examples

Using HTML Code value in HTML file

<span> &#9141; </span>

Using HTML Entity value in HTML file

<span> &bbrk; </span>

CSS Example

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

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