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

Save as Private