Char.MIN_HIGH_SURROGATE

The minimum 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 '\u005CuD800'}. A high-surrogate is also known as a <i>leading-surrogate</i>.

class Char
enum wchar MIN_HIGH_SURROGATE;

Meta