HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\00244"; } </style> </head> <body> <p>Uppercase U Middle Bar using Hexa Decimal: &#x0244;</p> <p>Uppercase U Middle Bar using HTML Code: &#580;</p> <p id="point">Uppercase U Middle Bar using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private