HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\0220A"; } </style> </head> <body> <p>Small Element Of using Hexa Decimal: &#x220A;</p> <p>Small Element Of using HTML Code: &#8714;</p> <p id="point">Small Element Of using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private