如何在C#中的文本框(真正的任何字符串)中显示无限字符/符号?

时间:2016-01-15 17:37:47

标签: c# .net unicode datagridview character

如何使用c#.NET将此符号显示为字符串中的字符(在我的实例中为datagridview文本框)?是否有无限的unicode表示,或者我运气不好并需要使用图像?

enter image description here

1 个答案:

答案 0 :(得分:7)

只需在C#

中使用unicode语法即可
txt.Text = "\u221E";

参见例如: http://www.fileformat.info/info/unicode/char/221e/index.htm