Small Right Tortoise Shell Bracket

Shortcodes

Copy and paste codes for Small Right Tortoise Shell Bracket symbol ﹞ to use in your websites, apps, blogs, and more.

Unicode
U+FE5E
HTML Code
﹞
HEX Code
﹞
CSS Code
\FE5E
JS/JSON
\uFE5E
Unix/C/PHP/JAVA
0xFE5E
URL-encode
%EF%B9%9E
copied

Customize Small Right Tortoise Shell Bracket Symbol

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

Insert ﹞ Small Right Tortoise Shell Bracket using HTML

1. Copy-paste Small Right Tortoise Shell Bracket directly:
<span>﹞</span>
2. HTML Decimal Code:
<span>&#65118;</span>
3. Hexadecimal Code:
<span>&#xFE5E;</span>
Preview:

Add Small Right Tortoise Shell Bracket symbol with CSS

.small-right-tortoise-shell-bracket::before {
    content: '\\FE5E';
}
Preview: Small Right Tortoise Shell Bracket

Small Right Tortoise Shell Bracket JavaScript Code

1. Direct Symbol:
document.querySelector('.small-right-tortoise-shell-bracket').textContent = '﹞';
2. Unicode Escape for ﹞:
document.querySelector('.small-right-tortoise-shell-bracket').textContent = '\uFE5E';
Preview: