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

Save as Private