Parenthesis Small Right

Shortcodes

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

Unicode
U+276B
HTML Code
❫
HEX Code
❫
CSS Code
\276B
JS/JSON
\u276B
Unix/C/PHP/JAVA
0x276B
URL-encode
%E2%9D%AB
copied

Customize Parenthesis Small Right Symbol

Customize ❫ symbol as you like and download Parenthesis Small Right 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 Parenthesis Small Right symbol in HTML, CSS, and JS?

Insert ❫ Parenthesis Small Right using HTML

1. Copy-paste Parenthesis Small Right directly:
<span>❫</span>
2. HTML Decimal Code:
<span>&#10091;</span>
3. Hexadecimal Code:
<span>&#x276B;</span>
Preview:

Add Parenthesis Small Right symbol with CSS

.parenthesis-small-right::before {
    content: '\\276B';
}
Preview: Parenthesis Small Right

Parenthesis Small Right JavaScript Code

1. Direct Symbol:
document.querySelector('.parenthesis-small-right').textContent = '❫';
2. Unicode Escape for ❫:
document.querySelector('.parenthesis-small-right').textContent = '\u276B';
Preview: