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

Save as Private