UnicodeRanges.CjkSymbolsandPunctuation 属性

定义

获取 CJK 符号和标点 Unicode 块 (U+3000-U+303F)。Gets the CJK Symbols and Punctuation Unicode block (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 + 303F) 。The CJK Symbols and Punctuation Unicode block (U+3000-U+303F).

注解

有关此块中的完整字符集,请参阅 Unicode 标准版本 12.1-CJK 符号和标点For the full set of characters in this block, see The Unicode Standard, Version 12.1 - CJK Symbols and Punctuation.

适用于