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

Save as Private