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

Save as Private