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

Save as Private