HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\02140"; } </style> </head> <body> <p>Double Struck N-Ary Summation using Hexa Decimal: &#x2140;</p> <p>Double Struck N-Ary Summation using HTML Code: &#8512;</p> <p id="point">Double Struck N-Ary Summation using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private