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

Save as Private