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