HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\00183"; } </style> </head> <body> <p>Lowercase b Topbar using Hexa Decimal: &#x0183;</p> <p>Lowercase b Topbar using HTML Code: &#387;</p> <p id="point">Lowercase b Topbar using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private