HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\026A5"; } </style> </head> <body> <p>Male and Female Sign using Hexa Decimal: &#x26A5;</p> <p>Male and Female Sign using HTML Code: &#9893;</p> <p id="point">Male and Female Sign using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private