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

Save as Private