HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\0266F"; } </style> </head> <body> <p>Music Sharp Sign using Hexa Decimal: &#x266F;</p> <p>Music Sharp Sign using HTML Code: &#9839;</p> <p>Music Sharp Sign using HTML Entity: &sharp;</p> <p id="point">Music Sharp Sign using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private