UnicodeRanges.ArabicSupplement Property

Definition

Gets the Arabic Supplement Unicode block (U+0750-U+077F).

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

Property Value

The Arabic Supplement Unicode block (U+0750-U+077F).

Remarks

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

Applies to