HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\0266C"; } </style> </head> <body> <p>Beamed Sixteenth Notes using Hexa Decimal: &#x266C;</p> <p>Beamed Sixteenth Notes using HTML Code: &#9836;</p> <p id="point">Beamed Sixteenth Notes using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private