HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\0266A"; } </style> </head> <body> <p>Eighth Note using Hexa Decimal: &#x266A;</p> <p>Eighth Note using HTML Code: &#9834;</p> <p>Eighth Note using HTML Entity: &sung;</p> <p id="point">Eighth Note using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private