Mongolian Nirugu

Shortcodes

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

Unicode
U+180A
HTML Code
᠊
HEX Code
᠊
CSS Code
\180A
JS/JSON
\u180A
Unix/C/PHP/JAVA
0x180A
URL-encode
%E1%A0%8A
copied

Customize Mongolian Nirugu Symbol

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

Insert ᠊ Mongolian Nirugu using HTML

1. Copy-paste Mongolian Nirugu directly:
<span>᠊</span>
2. HTML Decimal Code:
<span>&#6154;</span>
3. Hexadecimal Code:
<span>&#x180A;</span>
Preview:

Add Mongolian Nirugu symbol with CSS

.mongolian-nirugu::before {
    content: '\\180A';
}
Preview: Mongolian Nirugu

Mongolian Nirugu JavaScript Code

1. Direct Symbol:
document.querySelector('.mongolian-nirugu').textContent = '᠊';
2. Unicode Escape for ᠊:
document.querySelector('.mongolian-nirugu').textContent = '\u180A';
Preview: