HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\00322"; } </style> </head> <body> <p>Retroflex Hook Below using Hexa Decimal: &#x0322;</p> <p>Retroflex Hook Below using HTML Code: &#802;</p> <p id="point">Retroflex Hook Below using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private