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

Save as Private