Nordic Mark Sign

Shortcodes

Copy and paste codes for Nordic Mark Sign symbol ₻ to use in your websites, apps, blogs, and more.

Unicode
U+20BB
HTML Code
₻
HEX Code
₻
CSS Code
\20BB
JS/JSON
\u20BB
Unix/C/PHP/JAVA
0x20BB
URL-encode
%E2%82%BB
copied

Customize Nordic Mark Sign Symbol

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

Insert ₻ Nordic Mark Sign using HTML

1. Copy-paste Nordic Mark Sign directly:
<span>₻</span>
2. HTML Decimal Code:
<span>&#8379;</span>
3. Hexadecimal Code:
<span>&#x20BB;</span>
Preview:

Add Nordic Mark Sign symbol with CSS

.nordic-mark-sign::before {
    content: '\\20BB';
}
Preview: Nordic Mark Sign

Nordic Mark Sign JavaScript Code

1. Direct Symbol:
document.querySelector('.nordic-mark-sign').textContent = '₻';
2. Unicode Escape for ₻:
document.querySelector('.nordic-mark-sign').textContent = '\u20BB';
Preview: