UnicodeRanges.ArabicExtendedA Property

Definition

Gets the Arabic Extended-A Unicode block (U+08A0-U+08FF).

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

Property Value

The Arabic Extended-A Unicode block (U+08A0-U+08FF).

Remarks

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

Applies to