HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\00348"; } </style> </head> <body> <p>Double Vertical Line Below using Hexa Decimal: &#x0348;</p> <p>Double Vertical Line Below using HTML Code: &#840;</p> <p id="point">Double Vertical Line Below using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private