UnicodeRanges.AlphabeticPresentationForms Property

Definition

Gets the Alphabetic Presentation Forms Unicode block (U+FB00-U+FB4F).

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

Property Value

The Alphabetic Presentation Forms Unicode block (U+FB00-U+FB4F).

Remarks

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

Applies to