HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\02051"; } </style> </head> <body> <p>Two Asterisks Aligned Vertically using Hexa Decimal: &#x2051;</p> <p>Two Asterisks Aligned Vertically using HTML Code: &#8273;</p> <p id="point">Two Asterisks Aligned Vertically using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private