我在 VB.NET 应用程序的设置中有一个 Unicode 字符。
使用以下代码:
CurrencyText.Text = My.Settings.Options_Display_Currency
我尝试在带有 Calibri 字体的文本框中呈现这个值,我看到一个像这样的框:
如何使 Windows 窗体显示 Unicode 字符?
It means the font used to display the character doesn't contain glyph for the character. Try a font like Arial or any font listed here http://www.fileformat.info/info/unicode/char/20b9/fontsupport.htm
用 RichTextBox 更改您的 TextBox,它可能会起作用。默认编码
也很有帮助。