Right Dotted Substitution Bracket

Shortcodes

Copy and paste codes for Right Dotted Substitution Bracket symbol ⸅ to use in your websites, apps, blogs, and more.

Unicode
U+2E05
HTML Code
⸅
HEX Code
⸅
CSS Code
\2E05
JS/JSON
\u2E05
Unix/C/PHP/JAVA
0x2E05
URL-encode
%E2%B8%85
copied

Customize Right Dotted Substitution Bracket Symbol

Customize ⸅ symbol as you like and download Right Dotted Substitution 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 Right Dotted Substitution Bracket symbol in HTML, CSS, and JS?

Insert ⸅ Right Dotted Substitution Bracket using HTML

1. Copy-paste Right Dotted Substitution Bracket directly:
<span>⸅</span>
2. HTML Decimal Code:
<span>&#11781;</span>
3. Hexadecimal Code:
<span>&#x2E05;</span>
Preview:

Add Right Dotted Substitution Bracket symbol with CSS

.right-dotted-substitution-bracket::before {
    content: '\\2E05';
}
Preview: Right Dotted Substitution Bracket

Right Dotted Substitution Bracket JavaScript Code

1. Direct Symbol:
document.querySelector('.right-dotted-substitution-bracket').textContent = '⸅';
2. Unicode Escape for ⸅:
document.querySelector('.right-dotted-substitution-bracket').textContent = '\u2E05';
Preview: