how to change font in visual c#

am writing a math toolabr i need the "for all symbol" (fliped A) i found it in unicode (at symbol font) but i can't make the program show it (it's shows a small []) i know how ("\uF022".ToString) but it still dosn't show i think i need to change the font or add font but ms word dos and i wanted to know how can i do it?

thanks

[342 byte] By [folen] at [2008-2-13]
# 1
Change your font to Symbol and try using 0x22 as your character. Alternatively, just use CharMap.exe to load the Symbol character set, copy the 0x22 character and past it into the text property window for your ToolStripLabel (or whatever you are using). Again, whatever you do, make sure you change your font for your control to Symbol if you are going to use the Symbol font set.
ttitus at 2007-9-8 > top of Msdn Tech,Visual C#,Visual C# Language...