Number/currency pattern elements Syntax num{…} or num(<locale name>){…} Nearby plain number pattern element with more than zero decimals will get the number of decimals that are used with the current currency (default currency for the current locale, selected via the region part of the locale designation, if there is any). Element description $, ¤ Locale dependent currency symbol for the default currency of the current locale. $$, ¤¤ ISO currency code for the default currency of the current locale. $$$, ¤¤¤ Locale dependent currency name (not distinguishing between singular/plural or similar inflections) for the default currency of the current locale (StreamServe extension). $$$$, ¤¤¤¤ Empty string, but may affect formatting of the number to use currency value punctuation for the number (StreamServe extension).
num{…} or num(<locale name>){…}
$, ¤
$$, ¤¤
$$$, ¤¤¤
$$$$, ¤¤¤¤