Mandaic Punctuation

Shortcodes

Copy and paste codes for Mandaic Punctuation symbol ࡞ to use in your websites, apps, blogs, and more.

Unicode
U+085E
HTML Code
࡞
HEX Code
࡞
CSS Code
\85E
JS/JSON
\u085E
Unix/C/PHP/JAVA
0x85E
URL-encode
%E0%A1%9E
copied

Customize Mandaic Punctuation Symbol

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

Insert ࡞ Mandaic Punctuation using HTML

1. Copy-paste Mandaic Punctuation directly:
<span>࡞</span>
2. HTML Decimal Code:
<span>&#2142;</span>
3. Hexadecimal Code:
<span>&#x085E;</span>
Preview:

Add Mandaic Punctuation symbol with CSS

.mandaic-punctuation::before {
    content: '\\85E';
}
Preview: Mandaic Punctuation

Mandaic Punctuation JavaScript Code

1. Direct Symbol:
document.querySelector('.mandaic-punctuation').textContent = '࡞';
2. Unicode Escape for ࡞:
document.querySelector('.mandaic-punctuation').textContent = '\u085E';
Preview: