UnicodeRanges.NumberForms Property

Definition

Gets the Number Forms Unicode block (U+2150-U+218F).

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

Property Value

The Number Forms Unicode block (U+2150-U+218F).

Remarks

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

Applies to