UnicodeRanges.Georgian Property

Definition

Gets the Georgian Unicode block (U+10A0-U+10FF).

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

Property Value

The Georgian Unicode block (U+10A0-U+10FF).

Remarks

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

Applies to