HTML Entity/Symbol⏞(TOP CURLY BRACKET )

Copy this symbol

TOP CURLY BRACKET

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

⏞
⏞
U+023DE
\23de
⏞

HTML Examples

Using HTML Code value in HTML file

<span> &#9182; </span>

Using HTML Entity value in HTML file

<span> &OverBrace; </span>

CSS Example

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

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