Manat Sign

Shortcodes

Copy and paste codes for Manat Sign symbol ₼ to use in your websites, apps, blogs, and more.

Unicode
U+20BC
HTML Code
₼
HEX Code
₼
CSS Code
\20BC
JS/JSON
\u20BC
Unix/C/PHP/JAVA
0x20BC
URL-encode
%E2%82%BC
copied

Customize Manat Sign Symbol

Customize ₼ symbol as you like and download Manat Sign 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 Manat Sign symbol in HTML, CSS, and JS?

Insert ₼ Manat Sign using HTML

1. Copy-paste Manat Sign directly:
<span>₼</span>
2. HTML Decimal Code:
<span>&#8380;</span>
3. Hexadecimal Code:
<span>&#x20BC;</span>
Preview:

Add Manat Sign symbol with CSS

.manat-sign::before {
    content: '\\20BC';
}
Preview: Manat Sign

Manat Sign JavaScript Code

1. Direct Symbol:
document.querySelector('.manat-sign').textContent = '₼';
2. Unicode Escape for ₼:
document.querySelector('.manat-sign').textContent = '\u20BC';
Preview: