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

Save as Private