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

Save as Private