How to get currency symbol?

Posted Date: September 30, 2009

Here’s another way that might work for you:

Mage::app()->getLocale()->currency(Mage::app()->getStore()->
getCurrentCurrencyCode())->getSymbol()

or if you want to pass a certain currency code simply specify it:

Mage::app()->getLocale()->currency(’EUR’)->getSymbol()