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

Save as Private