UnicodeRanges.ArabicPresentationFormsB Property

Definition

Gets the Arabic Presentation Forms-B Unicode block (U+FE70-U+FEFF).

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

Property Value

The Arabic Presentation Forms-B Unicode block (U+FE70-U+FEFF).

Remarks

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

Applies to