Dotted Obelos

Shortcodes

Copy and paste codes for Dotted Obelos symbol ⸓ to use in your websites, apps, blogs, and more.

Unicode
U+2E13
HTML Code
⸓
HEX Code
⸓
CSS Code
\2E13
JS/JSON
\u2E13
Unix/C/PHP/JAVA
0x2E13
URL-encode
%E2%B8%93
copied

Customize Dotted Obelos Symbol

Customize ⸓ symbol as you like and download Dotted Obelos 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 Dotted Obelos symbol in HTML, CSS, and JS?

Insert ⸓ Dotted Obelos using HTML

1. Copy-paste Dotted Obelos directly:
<span>⸓</span>
2. HTML Decimal Code:
<span>&#11795;</span>
3. Hexadecimal Code:
<span>&#x2E13;</span>
Preview:

Add Dotted Obelos symbol with CSS

.dotted-obelos::before {
    content: '\\2E13';
}
Preview: Dotted Obelos

Dotted Obelos JavaScript Code

1. Direct Symbol:
document.querySelector('.dotted-obelos').textContent = '⸓';
2. Unicode Escape for ⸓:
document.querySelector('.dotted-obelos').textContent = '\u2E13';
Preview: