Cruzeiro Sign Symbol
₢ is the Cruzeiro sign, a currency symbol encoded as U+20A2.
U+20A2
The ₢ Cruzeiro sign (U+20A2) is a dedicated character for writing monetary amounts. Use it in text, design mockups, and code when you need a specific currency glyph. Copy it directly or use the provided HTML, CSS, and JavaScript escapes.
Cruzeiro Sign Symbol Meaning
₢ is the CRUZEIRO SIGN, a currency symbol identified by the Unicode code point U+20A2. It’s intended for representing the Cruzeiro in contexts where a specific currency glyph is needed in typography and digital text. In practice, people use it when formatting prices, labels, or historical or localized financial content that references the Cruzeiro. Because it is a standalone symbol in Unicode, it can be included in UI text, documents, and social posts without relying on images. When using it in web development, you can insert the character directly or reference it using the HTML entity ₢, CSS escape \\20A2, or JavaScript escape \\u{20A2}.
Common uses
- •Writing currency amounts in documents and spreadsheets where the Cruzeiro sign is required
- •Designing posters, flyers, and UI labels that display historical or locale-specific currency formatting
- •Adding the correct glyph in multilingual content for finance, accounting, or reference materials
- •Generating templated text (in apps, CMS content, or email) that needs a consistent currency symbol
- •Using it in code or templates for web pages that require a Unicode-specific currency character
Examples
₢ Cruzeiro Sign (Currency Symbol)
- ₢Preço: ₢ 1.500
- ₢Total a pagar: ₢ 245,90
- ₢Valor em ₢ 3.000
- ₢Orçamento: ₢ 75.00
- ₢Custo: ₢ 12.345
Variations
Ready to copy
Technical codes
| Unicode | U+20A2 | |
| HTML Entity | ₢ | |
| HTML Code | ₢ | |
| CSS | \20A2 |
FAQ
What does the Cruzeiro Sign symbol mean?
₢ is the CRUZEIRO SIGN, a currency symbol identified by the Unicode code point U+20A2. It’s intended for representing the Cruzeiro in contexts where a specific currency glyph is needed in typography and digital text. In practice, people use it when formatting prices, labels, or historical or localized financial content that references the Cruzeiro. Because it is a standalone symbol in Unicode, it can be included in UI text, documents, and social posts without relying on images. When using it in web development, you can insert the character directly or reference it using the HTML entity ₢, CSS escape \\20A2, or JavaScript escape \\u{20A2}.
What is the Unicode code point for ₢?
The Cruzeiro sign is U+20A2.
How can I insert ₢ in HTML?
Use the HTML entity ₢ or paste the character directly.
What is the CSS escape for ₢?
Use \\20A2 in CSS.
What is the JavaScript escape for ₢?
Use \\u{20A2} in JavaScript (Unicode code point escape).