UnicodeRanges.CurrencySymbols Property

Definition

Gets the Currency Symbols Unicode block (U+20A0-U+20CF).

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

Property Value

The Currency Symbols Unicode block (U+20A0-U+20CF).

Remarks

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

Applies to