UnicodeRanges.CjkSymbolsandPunctuation 属性

定义

获取 CJK 符号和标点 Unicode 块 (U+3000-U+303F)。

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

属性值

UnicodeRange

CJK 符号和标点 Unicode 块 (U+3000-U+303F) 。

注解

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

适用于