UnicodeRanges.Dingbats Property

Definition

Gets the Dingbats Unicode block (U+2700-U+27BF).

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

Property Value

The Dingbats Unicode block (U+2700-U+27BF).

Remarks

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

Applies to