HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\00289"; } </style> </head> <body> <p>Lowercase u middle bar using Hexa Decimal: &#x0289;</p> <p>Lowercase u middle bar using HTML Code: &#649;</p> <p id="point">Lowercase u middle bar using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private