HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\001AF"; } </style> </head> <body> <p>Uppercase U Horn using Hexa Decimal: &#x01AF;</p> <p>Uppercase U Horn using HTML Code: &#431;</p> <p id="point">Uppercase U Horn using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private