Right S-shaped Bag Delimiter

Shortcodes

Copy and paste codes for Right S-shaped Bag Delimiter symbol ⟆ to use in your websites, apps, blogs, and more.

Unicode
U+27C6
HTML Code
⟆
HEX Code
⟆
CSS Code
\27C6
JS/JSON
\u27C6
Unix/C/PHP/JAVA
0x27C6
URL-encode
%E2%9F%86
copied

Customize Right S-shaped Bag Delimiter Symbol

Customize ⟆ symbol as you like and download Right S-shaped Bag Delimiter 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 S-shaped Bag Delimiter symbol in HTML, CSS, and JS?

Insert ⟆ Right S-shaped Bag Delimiter using HTML

1. Copy-paste Right S-shaped Bag Delimiter directly:
<span>⟆</span>
2. HTML Decimal Code:
<span>&#10182;</span>
3. Hexadecimal Code:
<span>&#x27C6;</span>
Preview:

Add Right S-shaped Bag Delimiter symbol with CSS

.right-s-shaped-bag-delimiter::before {
    content: '\\27C6';
}
Preview: Right S-shaped Bag Delimiter

Right S-shaped Bag Delimiter JavaScript Code

1. Direct Symbol:
document.querySelector('.right-s-shaped-bag-delimiter').textContent = '⟆';
2. Unicode Escape for ⟆:
document.querySelector('.right-s-shaped-bag-delimiter').textContent = '\u27C6';
Preview: