HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\0265B"; } </style> </head> <body> <p>Black Chess Queen using Hexa Decimal: &#x265B;</p> <p>Black Chess Queen using HTML Code: &#9819;</p> <p id="point">Black Chess Queen using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private