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

Save as Private