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

Save as Private