HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\002AE"; } </style> </head> <body> <p>Lowercase h reverse fishhook using Hexa Decimal: &#x02AE;</p> <p>Lowercase h reverse fishhook using HTML Code: &#686;</p> <p id="point">Lowercase h reverse fishhook using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private