HTML Entity/Symbol}(RIGHT CURLY BRACKET )

}
Copy this symbol

RIGHT CURLY BRACKET

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

}
}
U+0007D
\007d
}

HTML Examples

Using HTML Code value in HTML file

<span> &#125; </span>

Using HTML Entity value in HTML file

<span> &rbrace; </span>

CSS Example

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

span { 
    content: "\007d";
}
All HTML Symbols