HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\02642"; } </style> </head> <body> <p>Male Sign using Hexa Decimal: &#x2642;</p> <p>Male Sign using HTML Code: &#9794;</p> <p>Male Sign using HTML Entity: &male;</p> <p id="point">Male Sign using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private