HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\02729"; } </style> </head> <body> <p>Stress Outlined White Star using Hexa Decimal: &#x2729;</p> <p>Stress Outlined White Star using HTML Code: &#10025;</p> <p id="point">Stress Outlined White Star using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private