Mathematical Left White Tortoise Shell Bracket

Shortcodes

Copy and paste codes for Mathematical Left White Tortoise Shell Bracket symbol ⟬ to use in your websites, apps, blogs, and more.

Unicode
U+27EC
HTML Code
⟬
HEX Code
⟬
CSS Code
\27EC
JS/JSON
\u27EC
Unix/C/PHP/JAVA
0x27EC
URL-encode
%E2%9F%AC
copied

Customize Mathematical Left White Tortoise Shell Bracket Symbol

Customize ⟬ symbol as you like and download Mathematical Left White Tortoise Shell Bracket 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 Mathematical Left White Tortoise Shell Bracket symbol in HTML, CSS, and JS?

Insert ⟬ Mathematical Left White Tortoise Shell Bracket using HTML

1. Copy-paste Mathematical Left White Tortoise Shell Bracket directly:
<span>⟬</span>
2. HTML Decimal Code:
<span>&#10220;</span>
3. Hexadecimal Code:
<span>&#x27EC;</span>
Preview:

Add Mathematical Left White Tortoise Shell Bracket symbol with CSS

.mathematical-left-white-tortoise-shell-bracket::before {
    content: '\\27EC';
}
Preview: Mathematical Left White Tortoise Shell Bracket

Mathematical Left White Tortoise Shell Bracket JavaScript Code

1. Direct Symbol:
document.querySelector('.mathematical-left-white-tortoise-shell-bracket').textContent = '⟬';
2. Unicode Escape for ⟬:
document.querySelector('.mathematical-left-white-tortoise-shell-bracket').textContent = '\u27EC';
Preview: