HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\026AE"; } </style> </head> <body> <p>Divorce Symbol using Hexa Decimal: &#x26AE;</p> <p>Divorce Symbol using HTML Code: &#9902;</p> <p id="point">Divorce Symbol using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private