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

Save as Private