UnicodeRanges.SuperscriptsandSubscripts 属性

定义

获取上标和下标 Unicode 块 (U+2070-U+209F)。Gets the Superscripts and Subscripts Unicode block (U+2070-U+209F).

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

属性值

UnicodeRange

上标和下标 Unicode 块 (U +2070 + 209F) 。The Superscripts and Subscripts Unicode block (U+2070-U+209F).

注解

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

适用于