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

Save as Private