Right White Parenthesis

Shortcodes

Copy and paste codes for Right White Parenthesis symbol ⦆ to use in your websites, apps, blogs, and more.

Unicode
U+2986
HTML Code
⦦
HEX Code
⦆
CSS Code
\2986
JS/JSON
\u2986
Unix/C/PHP/JAVA
0x2986
URL-encode
%E2%A6%86
copied

Customize Right White Parenthesis Symbol

Customize ⦆ symbol as you like and download Right White Parenthesis as SVG or PNG or copy its HTML code to use in your projects.

Preview helps customize symbol. Downloaded image and HTML code may have size/spacing differences.
 

How to add Right White Parenthesis symbol in HTML, CSS, and JS?

Insert ⦆ Right White Parenthesis using HTML

1. Copy-paste Right White Parenthesis directly:
<span>⦆</span>
2. HTML Decimal Code:
<span>&#10662;</span>
3. Hexadecimal Code:
<span>&#x2986;</span>
Preview:

Add Right White Parenthesis symbol with CSS

.right-white-parenthesis::before {
    content: '\\2986';
}
Preview: Right White Parenthesis

Right White Parenthesis JavaScript Code

1. Direct Symbol:
document.querySelector('.right-white-parenthesis').textContent = '⦆';
2. Unicode Escape for ⦆:
document.querySelector('.right-white-parenthesis').textContent = '\u2986';
Preview: