HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\02706"; } </style> </head> <body> <p>Telephone Location Sign using Hexa Decimal: &#x2706;</p> <p>Telephone Location Sign using HTML Code: &#9990;</p> <p id="point">Telephone Location Sign using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private