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

Save as Private