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

Save as Private