HTML Entity/Symbol⎴(TOP SQUARE BRACKET )

Copy this symbol

TOP SQUARE BRACKET

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

⎴
⎴
U+023B4
\23b4
⎴

HTML Examples

Using HTML Code value in HTML file

<span> &#9140; </span>

Using HTML Entity value in HTML file

<span> &OverBracket; </span>

CSS Example

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

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