HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\00319"; } </style> </head> <body> <p>Right Tack Below using Hexa Decimal: &#x0319;</p> <p>Right Tack Below using HTML Code: &#793;</p> <p id="point">Right Tack Below using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private