UnicodeRanges.MathematicalOperators 属性

定义

获取数学运算符 Unicode 块 (U+2200-U+22FF)。Gets the Mathematical Operators Unicode block (U+2200-U+22FF).

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

属性值

UnicodeRange

数学运算符 Unicode 块 (U +2200 + 22FF) 。The Mathematical Operators Unicode block (U+2200-U+22FF).

注解

有关此块中的完整字符集,请参阅 Unicode 标准版本 12.1-数学运算符For the full set of characters in this block, see The Unicode Standard, Version 12.1 - Mathematical Operators.

适用于