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

Save as Private