Hello everyone.

I'm looking for a way to display anyUnicode[/b] character on a label, or in a Textbox - similar to what the Windows Character Map does. in the Character Map, you can select any font, and any character, and it gets displayed inside the textbox, allowing you to copy that.

Let me explain how my program works.
it opens the Character map, then, I can copy those characters. Once copied, I want to display that specific character in one of my textboxes. I spent days trying to find a solution - some said I must use the "Arial unicode MS" font, and save the form with UTF 8 encoding - that didn't work. I've read about using a RTB, but, I need to display it on a lable as well.

Can anybody please advise me?