UnicodeRanges.GeneralPunctuation 属性

定义

获取常用标点符号 Unicode 块 (U+2000-U+206F)。

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

属性值

UnicodeRange

常规标点 Unicode 块 (U+2000-U+206F) 。

注解

有关此块中的完整字符集,请参阅 Unicode 标准版本 12.1 - 常规标点符号

适用于