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

Save as Private