The base ComboBox
doesn't support special characters like this for its display, they will simply be ignored. If you need this type of functionality you'll need to override the OnDrawItem
method and draw those items on your own - I do not recommend this. Another option would be to use a more advanced ComboBox
from a company like Telerik or Infragistics.