In Visual Basic.net I managed to get this little arrow symbol ↵
in the TextBox some time ago, but lost it.
Is this font dependent? I used Consolas and Courier New. Do i need a RichTextBox or something else?
I tried chr(10)
and chr(13)
, environment.newline
and vbLf
, vbCr
and what else but I'm lost.
I just want to have that special character to be visible for "debug purposes". My system is UTF capable.