Click here to Skip to main content
15,904,934 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
Hello All,

How can I insert New rupee symbol in my c# winforms.

I need to use in labels, Gridview Column headers, Message boxes.

Please help me.

Thanks in advance.
Mydeen.
Posted

If it exists in the windows font at all, you can find it with the character map app, or if you can find it in a website or something, then you can copy and paste it into your code.
 
Share this answer
 

  • You need to the rupee font first.
  • Use "~" on that font will display rupee symbol.
  • But you need to distribute that font along with your application to the client to make it work.
 
Share this answer
 
Hi Mydeen,

http://blog.foradian.com/font-with-indian-rupee-symbol-download-and-us[^]

Use this link to download Rupee Font.
To add into your system font folder and then use that one.

But if you using this font in your application means the client also have this font then only user can view a symbol.

Cheers :)
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900