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

Save as Private