HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\022E6"; } </style> </head> <body> <p>Less Than But Not Equivalent To using Hexa Decimal: &#x22E6;</p> <p>Less Than But Not Equivalent To using HTML Code: &#8934;</p> <p>Less Than But Not Equivalent To using HTML Entity: &lnsim;</p> <p id="point">Less Than But Not Equivalent To using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private