HTML Entity/Symbol⏟(BOTTOM CURLY BRACKET )

Copy this symbol

BOTTOM CURLY BRACKET

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

⏟
⏟
U+023DF
\23df
⏟

HTML Examples

Using HTML Code value in HTML file

<span> &#9183; </span>

Using HTML Entity value in HTML file

<span> &UnderBrace; </span>

CSS Example

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

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