₽
Russian Ruble
Russia
Europe
Currency Code
ISO 4217 Code
RUB
Symbol
₽
Common Usage
JavaScript/TypeScript
const currency = "RUB"; const symbol = "₽"; const name = "Russian Ruble";
JSON/API Response
{
"currency": "RUB",
"symbol": "₽",
"amount": 100.00
}HTML/Display
<span class="price">₽100.00 RUB</span>
ISO 4217 Standard
ISO 4217 is the international standard for currency codes. The code "RUB" represents Russian Ruble, used in Russia. The symbol ₽ is commonly used to denote this currency in financial transactions and displays.