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

Save as Private