HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\00181"; } </style> </head> <body> <p>Uppercase B Hook using Hexa Decimal: &#x0181;</p> <p>Uppercase B Hook using HTML Code: &#385;</p> <p id="point">Uppercase B Hook using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private