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

Save as Private