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

Save as Private