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

Save as Private