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

Save as Private