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

Save as Private