HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\0033C"; } </style> </head> <body> <p>Seagull Below using Hexa Decimal: &#x033C;</p> <p>Seagull Below using HTML Code: &#828;</p> <p id="point">Seagull Below using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private