Basically, in able to do that, you need to use UTF-16 surrogate pair form to have the cross symbol: String cross = "\ud800\udc35";.
確定! 回上一頁