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

Save as Private