HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\02640"; } </style> </head> <body> <p>Female Sign using Hexa Decimal: &#x2640;</p> <p>Female Sign using HTML Code: &#9792;</p> <p>Female Sign using HTML Entity: &female;</p> <p id="point">Female Sign using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private