dim K as long
K = &H025F
TextBox.Font = "Lucida Sans Unicode"
TextBox.text = ChrW(K)
This should generate a phononetic symbol in the text box, I acturally get a box which means no such code.
This will work if the code placed in K is 0 to 255 dec.
It does not work if the code is > 255
Any Ideas ?