Mongolian Manchu Comma

Shortcodes

Copy useful codes for mongolian manchu comma symbol ᠈ to use in websites, apps, blogs, and docs.

Unicode
U+1808
HTML Code
᠈
HEX Code
᠈
CSS Code
\1808
JS/JSON
\u1808
Unix/C/PHP/JAVA
0x1808
URL-encode
%E1%A0%88

Customize Mongolian Manchu Comma

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

  

How to use Mongolian Manchu Comma Symbol in HTML, CSS, and JS

Insert in HTML

1. Direct symbol:
<span>᠈</span>
HTML Code:
<span>&#6152;</span>
HEX Code:
<span>&#x1808;</span>

Add with CSS

.mongolian-manchu-comma::before {
  content: '\\1808';
}

Set it in JavaScript

document.querySelector('.mongolian-manchu-comma').textContent = '᠈';
copied