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

Save as Private