Left S-shaped Bag Delimiter

Shortcodes

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

Unicode
U+27C5
HTML Code
⟅
HEX Code
⟅
CSS Code
\27C5
JS/JSON
\u27C5
Unix/C/PHP/JAVA
0x27C5
URL-encode
%E2%9F%85
copied

Customize Left S-shaped Bag Delimiter Symbol

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

Insert ⟅ Left S-shaped Bag Delimiter using HTML

1. Copy-paste Left S-shaped Bag Delimiter directly:
<span>⟅</span>
2. HTML Decimal Code:
<span>&#10181;</span>
3. Hexadecimal Code:
<span>&#x27C5;</span>
Preview:

Add Left S-shaped Bag Delimiter symbol with CSS

.left-s-shaped-bag-delimiter::before {
    content: '\\27C5';
}
Preview: Left S-shaped Bag Delimiter

Left S-shaped Bag Delimiter JavaScript Code

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