Char.MAX_HIGH_SURROGATE

The maximum value of a <a href="http://www.unicode.org/glossary/#high_surrogate_code_unit"> Unicode high-surrogate code unit</a> in the UTF-16 encoding, constant {@code '\u005CuDBFF'}. A high-surrogate is also known as a <i>leading-surrogate</i>.

class Char
enum wchar MAX_HIGH_SURROGATE;

Meta