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

Save as Private