UnicodeRanges.EnclosedAlphanumerics 属性

定义

获取带括号的字母数字 Unicode 块 (U+2460-U+24FF)。

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

属性值

UnicodeRange

封闭字母数字 Unicode 块 (U+2460-U+24FF) 。

注解

有关此块中的完整字符集,请参阅 Unicode 标准版本 12.1 - 封闭字母数字

适用于