Skip to content

Instantly share code, notes, and snippets.

@handleman
Last active August 29, 2015 13:56
Show Gist options
  • Select an option

  • Save handleman/9346600 to your computer and use it in GitHub Desktop.

Select an option

Save handleman/9346600 to your computer and use it in GitHub Desktop.
Currencies symbols special codes
this.currency = {"USD": "$",
"EUR": "€",
"GBP": "£",
"YER": "﷼",
"VND": "₫",
"UAH": "₴",
"THB": "฿",
"THB": "฿",
"PHP": "₱",
"NGN": "₦",
"ANG": "ƒ",
"MNT": "₮",
"LAK": "₭",
"KRW": "₩",
"ILS": "₪",
"GHC": "¢",
"SEK": "kr"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment