HTML Entity/Symbol⏜(TOP PARENTHESIS )

Copy this symbol

TOP PARENTHESIS

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

⏜
⏜
U+023DC
\23dc
⏜

HTML Examples

Using HTML Code value in HTML file

<span> &#9180; </span>

Using HTML Entity value in HTML file

<span> &OverParenthesis; </span>

CSS Example

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

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