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

Save as Private