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