HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\02681"; } </style> </head> <body> <p>Die Face 2 using Hexa Decimal: &#x2681;</p> <p>Die Face 2 using HTML Code: &#9857;</p> <p id="point">Die Face 2 using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private