Arabic Triple Dot Punctuation Mark

؞

Shortcodes

Copy and paste codes for Arabic Triple Dot Punctuation Mark symbol ؞ to use in your websites, apps, blogs, and more.

Unicode
U+061E
HTML Code
؞
HEX Code
؞
CSS Code
\61E
JS/JSON
\u061E
Unix/C/PHP/JAVA
0x61E
URL-encode
%D8%9E
copied

Customize Arabic Triple Dot Punctuation Mark Symbol

Customize ؞ symbol as you like and download Arabic Triple Dot Punctuation 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 Arabic Triple Dot Punctuation Mark symbol in HTML, CSS, and JS?

Insert ؞ Arabic Triple Dot Punctuation Mark using HTML

1. Copy-paste Arabic Triple Dot Punctuation Mark directly:
<span>؞</span>
2. HTML Decimal Code:
<span>&#1566;</span>
3. Hexadecimal Code:
<span>&#x061E;</span>
Preview: ؞

Add Arabic Triple Dot Punctuation Mark symbol with CSS

.arabic-triple-dot-punctuation-mark::before {
    content: '\\61E';
}
Preview: Arabic Triple Dot Punctuation Mark

Arabic Triple Dot Punctuation Mark JavaScript Code

1. Direct Symbol:
document.querySelector('.arabic-triple-dot-punctuation-mark').textContent = '؞';
2. Unicode Escape for ؞:
document.querySelector('.arabic-triple-dot-punctuation-mark').textContent = '\u061E';
Preview: ؞