Mongolian Sibe Syllable Boundary Marker

Shortcodes

Copy useful codes for mongolian sibe syllable boundary marker symbol ᠇ to use in websites, apps, blogs, and docs.

Unicode
U+1807
HTML Code
᠇
HEX Code
᠇
CSS Code
\1807
JS/JSON
\u1807
Unix/C/PHP/JAVA
0x1807
URL-encode
%E1%A0%87

Customize Mongolian Sibe Syllable Boundary Marker

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

  

How to use Mongolian Sibe Syllable Boundary Marker Symbol in HTML, CSS, and JS

Insert in HTML

1. Direct symbol:
<span>᠇</span>
HTML Code:
<span>&#6151;</span>
HEX Code:
<span>&#x1807;</span>

Add with CSS

.mongolian-sibe-syllable-boundary-marker::before {
  content: '\\1807';
}

Set it in JavaScript

document.querySelector('.mongolian-sibe-syllable-boundary-marker').textContent = '᠇';
copied