I am trying to set ≤
character into a VB6 Label
.
Looking at https://en.wikipedia.org/wiki/List_of_Unicode_characters
The code would be 2264 .
Label.Text = Chr(2264)
generates an error
Label.Text = ChrW$(2264)
sets a question mark "?"
Does anyone know how to get this ≤
character