HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\02667"; } </style> </head> <body> <p>White Club Suit using Hexa Decimal: &#x2667;</p> <p>White Club Suit using HTML Code: &#9831;</p> <p id="point">White Club Suit using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private