HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\02694"; } </style> </head> <body> <p>Crossed Swords using Hexa Decimal: &#x2694;</p> <p>Crossed Swords using HTML Code: &#9876;</p> <p id="point">Crossed Swords using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private