Light Right Tortoise Shell Bracket Ornament

Shortcodes

Copy useful codes for light right tortoise shell bracket ornament symbol ❳ to use in websites, apps, blogs, and docs.

Unicode
U+2773
HTML Code
❳
HEX Code
❳
CSS Code
\2773
JS/JSON
\u2773
Unix/C/PHP/JAVA
0x2773
URL-encode
%E2%9D%B3

Customize Light Right Tortoise Shell Bracket Ornament

Customize ❳, download it as SVG or PNG, or copy the generated HTML snippet.

  

How to use Light Right Tortoise Shell Bracket Ornament Symbol in HTML, CSS, and JS

Insert in HTML

1. Direct symbol:
<span>❳</span>
HTML Code:
<span>&#10099;</span>
HEX Code:
<span>&#x2773;</span>

Add with CSS

.light-right-tortoise-shell-bracket-ornament::before {
  content: '\\2773';
}

Set it in JavaScript

document.querySelector('.light-right-tortoise-shell-bracket-ornament').textContent = '❳';
copied