HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\02123"; } </style> </head> <body> <p>Versicle using Hexa Decimal: &#x2123;</p> <p>Versicle using HTML Code: &#8483;</p> <p id="point">Versicle using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private