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

Save as Private