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

Save as Private