Medium Right Curly Bracket Ornament
❵
Shortcodes
Copy useful codes for medium right curly bracket ornament symbol ❵ to use in websites, apps, blogs, and docs.
Unicode
U+2775 HTML Code
❵ HEX Code
❵ CSS Code
\2775 JS/JSON
\u2775 Unix/C/PHP/JAVA
0x2775 URL-encode
%E2%9D%B5 Customize Medium Right Curly Bracket Ornament
Customize ❵, download it as SVG or PNG, or copy the generated HTML snippet.
❵
How to use Medium Right Curly Bracket Ornament Symbol in HTML, CSS, and JS
Insert in HTML
1. Direct symbol:
<span>❵</span> HTML Code:
<span>❵</span> HEX Code:
<span>❵</span> Add with CSS
.medium-right-curly-bracket-ornament::before {
content: '\\2775';
} Set it in JavaScript
document.querySelector('.medium-right-curly-bracket-ornament').textContent = '❵';