HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\0220F"; } </style> </head> <body> <p>N-Ary Product using Hexa Decimal: &#x220F;</p> <p>N-Ary Product using HTML Code: &#8719;</p> <p>N-Ary Product using HTML Entity: &prod;</p> <p id="point">N-Ary Product using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private