Magento – How to get currency symbol by currency code

magento-1.7

I can get the currency code from the order object. How can I derive currency symbol by using it? Any suggestions will be appreciated.

Best Answer

Try this one:

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