HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\020B9"; } </style> </head> <body> <p>Indian Rupee Sign using Hexa Decimal: &#x20B9;</p> <p>Indian Rupee Sign using HTML Code: &#8377;</p> <p id="point">Indian Rupee Sign using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private