HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\001A4"; } </style> </head> <body> <p>Uppercase P Hook using Hexa Decimal: &#x01A4;</p> <p>Uppercase P Hook using HTML Code: &#420;</p> <p id="point">Uppercase P Hook using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private