HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\02707"; } </style> </head> <body> <p>Tape Drive using Hexa Decimal: &#x2707;</p> <p>Tape Drive using HTML Code: &#9991;</p> <p id="point">Tape Drive using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private