HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\022C8"; } </style> </head> <body> <p>Bowtie using Hexa Decimal: &#x22C8;</p> <p>Bowtie using HTML Code: &#8904;</p> <p>Bowtie using HTML Entity: &bowtie;</p> <p id="point">Bowtie using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private