Mandaic Punctuation

Shortcodes

Copy useful codes for mandaic punctuation symbol ࡞ to use in websites, apps, blogs, and docs.

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

Customize Mandaic Punctuation

Customize ࡞, download it as SVG or PNG, or copy the generated HTML snippet.

  

How to use Mandaic Punctuation Symbol in HTML, CSS, and JS

Insert in HTML

1. Direct symbol:
<span>࡞</span>
HTML Code:
<span>&#2142;</span>
HEX Code:
<span>&#x085E;</span>

Add with CSS

.mandaic-punctuation::before {
  content: '\\085E';
}

Set it in JavaScript

document.querySelector('.mandaic-punctuation').textContent = '࡞';
copied