Five Dot Punctuation

Shortcodes

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

Unicode
U+2059
HTML Code
⁙
HEX Code
⁙
CSS Code
\2059
JS/JSON
\u2059
Unix/C/PHP/JAVA
0x2059
URL-encode
%E2%81%99
copied

Customize Five Dot Punctuation Symbol

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

Insert ⁙ Five Dot Punctuation using HTML

1. Copy-paste Five Dot Punctuation directly:
<span>⁙</span>
2. HTML Decimal Code:
<span>&#8281;</span>
3. Hexadecimal Code:
<span>&#x2059;</span>
Preview:

Add Five Dot Punctuation symbol with CSS

.five-dot-punctuation::before {
    content: '\\2059';
}
Preview: Five Dot Punctuation

Five Dot Punctuation JavaScript Code

1. Direct Symbol:
document.querySelector('.five-dot-punctuation').textContent = '⁙';
2. Unicode Escape for ⁙:
document.querySelector('.five-dot-punctuation').textContent = '\u2059';
Preview: