HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\02114"; } </style> </head> <body> <p>lb bar symbol using Hexa Decimal: &#x2114;</p> <p>lb bar symbol using HTML Code: &#8468;</p> <p id="point">lb bar symbol using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private