HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\0223F"; } </style> </head> <body> <p>Sine Wave using Hexa Decimal: &#x223F;</p> <p>Sine Wave using HTML Code: &#8767;</p> <p>Sine Wave using HTML Entity: &acd;</p> <p id="point">Sine Wave using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private