HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\02759"; } </style> </head> <body> <p>Medium Vertical Bar using Hexa Decimal: &#x2759;</p> <p>Medium Vertical Bar using HTML Code: &#10073;</p> <p id="point">Medium Vertical Bar using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private