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

Save as Private