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

Save as Private