HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\02750"; } </style> </head> <body> <p>Upper Right Drop Shadowed White Square using Hexa Decimal: &#x2750;</p> <p>Upper Right Drop Shadowed White Square using HTML Code: &#10064;</p> <p id="point">Upper Right Drop Shadowed White Square using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private