Mongolian Todo Soft Hyphen

Shortcodes

Copy useful codes for mongolian todo soft hyphen symbol ᠆ to use in websites, apps, blogs, and docs.

Unicode
U+1806
HTML Code
᠆
HEX Code
᠆
CSS Code
\1806
JS/JSON
\u1806
Unix/C/PHP/JAVA
0x1806
URL-encode
%E1%A0%86

Customize Mongolian Todo Soft Hyphen

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

  

How to use Mongolian Todo Soft Hyphen Symbol in HTML, CSS, and JS

Insert in HTML

1. Direct symbol:
<span>᠆</span>
HTML Code:
<span>&#6150;</span>
HEX Code:
<span>&#x1806;</span>

Add with CSS

.mongolian-todo-soft-hyphen::before {
  content: '\\1806';
}

Set it in JavaScript

document.querySelector('.mongolian-todo-soft-hyphen').textContent = '᠆';
copied