Given the number of a Unicode code point, how can I obtain a String or CharSequence object for that character
问题 I have seen Questions and Answers about obtaining the code point number of a Unicode character in Java. For example, the Question How can I get a Unicode character's code?. But I want the opposite: given an integer number, how do I get text of that character assigned to that code point number? The char primitive data type is of no use, being limited to only the Basic Multilingual Plane of the Unicode character set. That plane represents approximately the first 64,000 characters defined in