Nordic Mark Sign Symbol
The Nordic Mark Sign (₻) is a currency symbol used to represent a “mark” in Nordic contexts.
U+20BB
The Nordic Mark Sign (₻) is a Unicode currency symbol. It’s useful when you need a compact mark indicator in text, UI labels, or documents. You can copy it directly or use the provided Unicode/escape codes in code.
Nordic Mark Sign Symbol Meaning
₻ is the Unicode “NORDIC MARK SIGN” (U+20BB) and is classified as a Currency symbol. In practice, it’s used as a typographic currency mark to represent a “mark” amount in writing systems and applications that rely on this specific sign. People may encounter it when working with legacy data, localized interfaces, or document formats where Nordic currency symbols are expected. Because it’s a dedicated Unicode code point, it can be safer than approximations (like plain letters) when you want consistent rendering across devices and fonts that support U+20BB.
Common uses
- •Currency labeling in product UIs or invoicing screens
- •Displaying prices or balances in localized text content
- •Rendering legacy documents or archived data that uses this specific mark sign
- •Typography and layout in design mockups requiring exact Unicode symbols
- •Programming exports (CSV/JSON) that must preserve the original character
Examples
₻ Nordic Mark Sign
- ₻Total: ₻125
- ₻Balance due: ₻45.90
- ₻Price per unit: ₻9
- ₻Amount: ₻300
- ₻Subscription fee: ₻15.00
Variations
Ready to copy
Technical codes
| Unicode | U+20BB | |
| HTML Entity | ₻ | |
| HTML Code | ₻ | |
| CSS | \20BB |
FAQ
What does the Nordic Mark Sign symbol mean?
₻ is the Unicode “NORDIC MARK SIGN” (U+20BB) and is classified as a Currency symbol. In practice, it’s used as a typographic currency mark to represent a “mark” amount in writing systems and applications that rely on this specific sign. People may encounter it when working with legacy data, localized interfaces, or document formats where Nordic currency symbols are expected. Because it’s a dedicated Unicode code point, it can be safer than approximations (like plain letters) when you want consistent rendering across devices and fonts that support U+20BB.
What is the Unicode code point for ₻?
The Nordic Mark Sign is U+20BB.
How can I write this symbol in HTML?
Use the HTML entity: ₻
What CSS escape can I use for ₻?
Use: \\20BB
Can I use a JavaScript escape for this character?
Yes. One option is: \\u{20BB}