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

Save as Private