Mongolian Sibe Syllable Boundary Marker

Shortcodes

Copy and paste codes for Mongolian Sibe Syllable Boundary Marker symbol ᠇ to use in your websites, apps, blogs, and more.

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

Customize Mongolian Sibe Syllable Boundary Marker Symbol

Customize ᠇ symbol as you like and download Mongolian Sibe Syllable Boundary Marker 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 Mongolian Sibe Syllable Boundary Marker symbol in HTML, CSS, and JS?

Insert ᠇ Mongolian Sibe Syllable Boundary Marker using HTML

1. Copy-paste Mongolian Sibe Syllable Boundary Marker directly:
<span>᠇</span>
2. HTML Decimal Code:
<span>&#6151;</span>
3. Hexadecimal Code:
<span>&#x1807;</span>
Preview:

Add Mongolian Sibe Syllable Boundary Marker symbol with CSS

.mongolian-sibe-syllable-boundary-marker::before {
    content: '\\1807';
}
Preview: Mongolian Sibe Syllable Boundary Marker

Mongolian Sibe Syllable Boundary Marker JavaScript Code

1. Direct Symbol:
document.querySelector('.mongolian-sibe-syllable-boundary-marker').textContent = '᠇';
2. Unicode Escape for ᠇:
document.querySelector('.mongolian-sibe-syllable-boundary-marker').textContent = '\u1807';
Preview: