HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\022A7"; } </style> </head> <body> <p>Models using Hexa Decimal: &#x22A7;</p> <p>Models using HTML Code: &#8871;</p> <p>Models using HTML Entity: &models;</p> <p id="point">Models using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private