是否可以在.NET中执行此操作?
<Label Content="2 power of 3 => 3 ² " />
而不是U 00B2我写了²
但是如果你想用C#代码编写它,你必须使用第一种格式
label.Content = "\u00B2";