HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\001BC"; } </style> </head> <body> <p>Uppercase 5 tone using Hexa Decimal: &#x01BC;</p> <p>Uppercase 5 tone using HTML Code: &#444;</p> <p id="point">Uppercase 5 tone using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private