HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\02632"; } </style> </head> <body> <p>Trigram For Fire using Hexa Decimal: &#x2632;</p> <p>Trigram For Fire using HTML Code: &#9778;</p> <p id="point">Trigram For Fire using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private