Click here to Skip to main content
15,886,776 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All,

I want to use Rupee Symbol(₹) in my Asp.net Application.I want to Append my Rupee Symbol to my calculated value.

Here in my test application i use like this

lblresult.Text = "Your Total Zakat is" + " " + "₹" + result.ToString();

But whenever i am running this code i am getting a Square box instead of Rupee Symbol
Posted

Try these:

Indian-Rupee-Symbol-in-Aspnet[^]

WebRupee[^]

hope it helps :)
 
Share this answer
 
Comments
Ashad25 10-Jul-13 6:48am    
Hi Uday

Thanks for the Solution.I tried with the first solution it is working fine with Google Chrome but not supporting with IE 10.
download font from the web
>> add reference to css
>> and add that class into span (:)
 
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