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

Save as Private