HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\02220"; } </style> </head> <body> <p>Angle using Hexa Decimal: &#x2220;</p> <p>Angle using HTML Code: &#8736;</p> <p>Angle using HTML Entity: &ang;</p> <p id="point">Angle using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private