Char.MAX_LOW_SURROGATE

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

class Char
enum wchar MAX_LOW_SURROGATE;

Meta