Click here to Skip to main content
15,890,438 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Dear Friends,

i have working with some submit page, in that i have price column. After submitting the form in display mode i need rupee symbol for supporting all OS & all browsers.


Thanks in Advance.
Posted

I think the best is to use Unicode character code for Rupee symbol (20B9), however it is possible that some OS and some browsers will not have a font with support for that position...
http://www.unicode.org/charts/PDF/U20A0.pdf[^]
 
Share this answer
 
v2
Try this "₹" on the place of rupees sign.
For Example:
I will display "& # 8 3 7 7 ;"

Will display

I will display "₹"



Note: Spaces are added to show you the unicode character value.
use this as refrence http://unicode-table.com/en/search/?q=20B9[^]

 
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