Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

TextBox in Windows Forms does not display Unicode characters

I have a Unicode character in the settings of a VB.NET application.

unicode in settings

With the following code:

CurrencyText.Text = My.Settings.Options_Display_Currency

I try to render this value in a text box with Calibri font, I see a box like this:

enter image description here

How to enable the Windows Form to display Unicode characters?

like image 998
Lenin Raj Rajasekaran Avatar asked Jun 26 '26 21:06

Lenin Raj Rajasekaran


1 Answers

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

like image 56
Esailija Avatar answered Jun 29 '26 18:06

Esailija



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!