Four Dot Mark

Shortcodes

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

Unicode
U+205B
HTML Code
⁛
HEX Code
⁛
CSS Code
\205B
JS/JSON
\u205B
Unix/C/PHP/JAVA
0x205B
URL-encode
%E2%81%9B
copied

Customize Four Dot Mark Symbol

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

Insert ⁛ Four Dot Mark using HTML

1. Copy-paste Four Dot Mark directly:
<span>⁛</span>
2. HTML Decimal Code:
<span>&#8283;</span>
3. Hexadecimal Code:
<span>&#x205B;</span>
Preview:

Add Four Dot Mark symbol with CSS

.four-dot-mark::before {
    content: '\\205B';
}
Preview: Four Dot Mark

Four Dot Mark JavaScript Code

1. Direct Symbol:
document.querySelector('.four-dot-mark').textContent = '⁛';
2. Unicode Escape for ⁛:
document.querySelector('.four-dot-mark').textContent = '\u205B';
Preview: