HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\02639"; } </style> </head> <body> <p>Wheel Frowning Face using Hexa Decimal: &#x2639;</p> <p>Wheel Frowning Face using HTML Code: &#9785;</p> <p id="point">Wheel Frowning Face using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private