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