Ruble Sign Symbol
The ₽ Ruble Sign is the standard symbol used to represent Russian rubles.
U+20BD
The ₽ (Ruble Sign) is a currency symbol for the Russian ruble. It’s commonly used in prices, labels, and financial text. Use the copy options below for quick pasting in documents and code.
Ruble Sign Symbol Meaning
The ₽ symbol (Unicode: RUBLE SIGN, U+20BD) represents the Russian ruble in everyday writing and interface text. You’ll often see it next to amounts like “₽1,500” or used in shopping, invoices, and pricing tables. In typography and UI design, it helps users quickly identify currency context without needing the full word “ruble” every time. In development, the symbol can be inserted as HTML entity (₽), CSS escape (\\20BD), or JavaScript escape (\\u{20BD}) to ensure consistent rendering across platforms that support Unicode.
Common uses
- •Displaying product prices on websites and mobile apps
- •Labeling invoices, receipts, and billing statements
- •Formatting totals in spreadsheets and reports
- •Writing currency amounts in documents and presentations
- •Designing UI elements such as badges, charts, and cards
Examples
₽ Ruble Sign (Currency Symbol)
- ₽Цена: 3 990 ₽
- ₽Итого: 12 500 ₽
- ₽Subscription: $10 or 799 ₽
- ₽Amount: ₽45,000
- ₽Total due: 2,300 ₽
Variations
Ready to copy
Technical codes
| Unicode | U+20BD | |
| HTML Entity | ₽ | |
| HTML Code | ₽ | |
| CSS | \20BD |
FAQ
What does the Ruble Sign symbol mean?
The ₽ symbol (Unicode: RUBLE SIGN, U+20BD) represents the Russian ruble in everyday writing and interface text. You’ll often see it next to amounts like “₽1,500” or used in shopping, invoices, and pricing tables. In typography and UI design, it helps users quickly identify currency context without needing the full word “ruble” every time. In development, the symbol can be inserted as HTML entity (₽), CSS escape (\\20BD), or JavaScript escape (\\u{20BD}) to ensure consistent rendering across platforms that support Unicode.
How do I copy and paste the ₽ Ruble Sign?
Copy the character “₽” from this page and paste it into your text editor, design tool, or message.
What are the Unicode and codepoint values for ₽?
The symbol is named “RUBLE SIGN” and its Unicode code point is U+20BD.
How can I include ₽ in HTML?
Use the HTML entity: ₽
How can I include ₽ in CSS or JavaScript?
CSS: \\20BD. JavaScript: \\u{20BD}.