Character.MaxHighSurrogate Field

Definition

The maximum value of a Unicode high-surrogate code unit in the UTF-16 encoding, constant '\u005CuDBFF'.

[Android.Runtime.Register("MAX_HIGH_SURROGATE")]
public const char MaxHighSurrogate;
[<Android.Runtime.Register("MAX_HIGH_SURROGATE")>]
val mutable MaxHighSurrogate : char

Field Value

Attributes

Remarks

The maximum value of a Unicode high-surrogate code unit in the UTF-16 encoding, constant '\u005CuDBFF'. A high-surrogate is also known as a leading-surrogate.

Added in 1.5.

Java documentation for java.lang.Character.MAX_HIGH_SURROGATE.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to