Left Black Tortoise Shell Bracket

Shortcodes

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

Unicode
U+2997
HTML Code
⦗
HEX Code
⦗
CSS Code
\2997
JS/JSON
\u2997
Unix/C/PHP/JAVA
0x2997
URL-encode
%E2%A6%97
copied

Customize Left Black Tortoise Shell Bracket Symbol

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

Insert ⦗ Left Black Tortoise Shell Bracket using HTML

1. Copy-paste Left Black Tortoise Shell Bracket directly:
<span>⦗</span>
2. HTML Decimal Code:
<span>&#10647;</span>
3. Hexadecimal Code:
<span>&#x2997;</span>
Preview:

Add Left Black Tortoise Shell Bracket symbol with CSS

.left-black-tortoise-shell-bracket::before {
    content: '\\2997';
}
Preview: Left Black Tortoise Shell Bracket

Left Black Tortoise Shell Bracket JavaScript Code

1. Direct Symbol:
document.querySelector('.left-black-tortoise-shell-bracket').textContent = '⦗';
2. Unicode Escape for ⦗:
document.querySelector('.left-black-tortoise-shell-bracket').textContent = '\u2997';
Preview: