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

Save as Private