Hello,
You can't do it OOTB.
You need to do custom method/macro which use "CMS.Ecommerce.CurrencyInfoProvider.GetFormattedPrice" function, for example
var currencyInfo = CurrencyInfoProvider.GetCurrencyInfo("CurrencyName", CMS.SiteProvider.SiteContext.CurrentSiteName);
return CMS.Ecommerce.CurrencyInfoProvider.GetFormattedPrice(skuPrice, currencyInfo);
BTW. If you will use that, will be good for performance if you cache the currencyInfo object