Mongolian Colon

Shortcodes

Copy and paste codes for Mongolian Colon symbol ᠄ to use in your websites, apps, blogs, and more.

Unicode
U+1804
HTML Code
᠄
HEX Code
᠄
CSS Code
\1804
JS/JSON
\u1804
Unix/C/PHP/JAVA
0x1804
URL-encode
%E1%A0%84
copied

Customize Mongolian Colon Symbol

Customize ᠄ symbol as you like and download Mongolian Colon 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 Colon symbol in HTML, CSS, and JS?

Insert ᠄ Mongolian Colon using HTML

1. Copy-paste Mongolian Colon directly:
<span>᠄</span>
2. HTML Decimal Code:
<span>&#6148;</span>
3. Hexadecimal Code:
<span>&#x1804;</span>
Preview:

Add Mongolian Colon symbol with CSS

.mongolian-colon::before {
    content: '\\1804';
}
Preview: Mongolian Colon

Mongolian Colon JavaScript Code

1. Direct Symbol:
document.querySelector('.mongolian-colon').textContent = '᠄';
2. Unicode Escape for ᠄:
document.querySelector('.mongolian-colon').textContent = '\u1804';
Preview: