The Chinese currency has the ISO 4217 code CNY. Since free global trading in that currency is restricted though, there\'s a second \'offshore\' currency equivalent, called
Looks like support for this was added with Java 7.
For earlier versions, you could use an equivalent Currency class of your own devising, or less happily, replace the default java.util.Currency class (or java.util.CurrencyData, which contains the raw data) in your classpath (whitepaper).