Here I am adding the code for displaying currency symbols.
value?string.currency
Sample code
<#assign x = 2>
<p>${x?string.currency}</p>
Result
$2.00
Here I am adding the code for displaying currency symbols.
value?string.currency
Sample code
<#assign x = 2>
<p>${x?string.currency}</p>
Result
$2.00