HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\001A5"; } </style> </head> <body> <p>Lowercase p hook using Hexa Decimal: &#x01A5;</p> <p>Lowercase p hook using HTML Code: &#421;</p> <p id="point">Lowercase p hook using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private