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

Save as Private