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

Save as Private