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

Save as Private