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

Save as Private