Small Right Curly Bracket
﹜
Shortcodes
Copy useful codes for small right curly bracket symbol ﹜ to use in websites, apps, blogs, and docs.
Unicode
U+FE5C HTML Code
﹜ HEX Code
﹜ CSS Code
\FE5C JS/JSON
\uFE5C Unix/C/PHP/JAVA
0xFE5C URL-encode
%EF%B9%9C Customize Small Right Curly Bracket
Customize ﹜, download it as SVG or PNG, or copy the generated HTML snippet.
﹜
How to use Small Right Curly Bracket 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
.small-right-curly-bracket::before {
content: '\\FE5C';
} Set it in JavaScript
document.querySelector('.small-right-curly-bracket').textContent = '﹜';