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

Save as Private