Five Dot Mark

Shortcodes

Copy and paste codes for Five Dot Mark symbol ⸭ to use in your websites, apps, blogs, and more.

Unicode
U+2E2D
HTML Code
⸭
HEX Code
⸭
CSS Code
\2E2D
JS/JSON
\u2E2D
Unix/C/PHP/JAVA
0x2E2D
URL-encode
%E2%B8%AD
copied

Customize Five Dot Mark Symbol

Customize ⸭ symbol as you like and download Five Dot Mark 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 Five Dot Mark symbol in HTML, CSS, and JS?

Insert ⸭ Five Dot Mark using HTML

1. Copy-paste Five Dot Mark directly:
<span>⸭</span>
2. HTML Decimal Code:
<span>&#11821;</span>
3. Hexadecimal Code:
<span>&#x2E2D;</span>
Preview:

Add Five Dot Mark symbol with CSS

.five-dot-mark::before {
    content: '\\2E2D';
}
Preview: Five Dot Mark

Five Dot Mark JavaScript Code

1. Direct Symbol:
document.querySelector('.five-dot-mark').textContent = '⸭';
2. Unicode Escape for ⸭:
document.querySelector('.five-dot-mark').textContent = '\u2E2D';
Preview: