Medium Right Parenthesis Ornament
❩
Shortcodes
Copy useful codes for medium right parenthesis ornament symbol ❩ to use in websites, apps, blogs, and docs.
Unicode
U+2769 HTML Code
❩ HEX Code
❩ CSS Code
\2769 JS/JSON
\u2769 Unix/C/PHP/JAVA
0x2769 URL-encode
%E2%9D%A9 Customize Medium Right Parenthesis Ornament
Customize ❩, download it as SVG or PNG, or copy the generated HTML snippet.
❩
How to use Medium Right Parenthesis 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-parenthesis-ornament::before {
content: '\\2769';
} Set it in JavaScript
document.querySelector('.medium-right-parenthesis-ornament').textContent = '❩';