UnicodeRanges.Arabic Property

Definition

Gets the Arabic Unicode block (U+0600-U+06FF).

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

Property Value

The Arabic Unicode block (U+0600-U+06FF).

Remarks

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

Applies to