HTML Entity/Symbol⏝(BOTTOM PARENTHESIS )

Copy this symbol

BOTTOM PARENTHESIS

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

⏝
⏝
U+023DD
\23dd
⏝

HTML Examples

Using HTML Code value in HTML file

<span> &#9181; </span>

Using HTML Entity value in HTML file

<span> &UnderParenthesis; </span>

CSS Example

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

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