QUOTE (Roy @ Aug 8 2009, 05:00 PM)

QUOTE (Earlofvarrok @ Aug 8 2009, 10:36 PM)

→ → → right arrow
Any of those should do the trick

The two first ones just display a rectangle and what exactly should I do with the two last?
→ is the HTML equivalent of →, although it might not work if you're typing it into a textbox, and I don't think it works outside of webpages. Try holding Alt and hitting 26 on your numpad (the numbers above the letters won't work). If that doesn't work, the text box most likely doesn't support Unicode or ASCII characters. I know anything coded in BlitzBasic doesn't, maybe your program is similar?
It would be helpful if you would be more specific. Are you trying to type text into a text box? Are you trying to program a textbox with that arrow in it either by default or as a result of user interaction? If you're trying to program it, what language are you using? VB.NET? HTML?