UnicodeRanges.SupplementalPunctuation Property

Definition

Gets the Supplemental Punctuation Unicode block (U+2E00-U+2E7F).

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

Property Value

The Supplemental Punctuation Unicode block (U+2E00-U+2E7F).

Remarks

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

Applies to