UnicodeRanges.Cham Property

Definition

Gets the Cham Unicode block (U+AA00-U+AA5F).

public:
 static property System::Text::Unicode::UnicodeRange ^ Cham { System::Text::Unicode::UnicodeRange ^ get(); };
public static System.Text.Unicode.UnicodeRange Cham { get; }
static member Cham : System.Text.Unicode.UnicodeRange
Public Shared ReadOnly Property Cham As UnicodeRange

Property Value

The Cham Unicode block (U+AA00-U+AA5F).

Remarks

For the full set of characters in this block, see The Unicode Standard, Version 12.1 - Cham.

Applies to