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

Save as Private