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

Save as Private