HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\02268"; } </style> </head> <body> <p>Less Than But Not Equal To using Hexa Decimal: &#x2268;</p> <p>Less Than But Not Equal To using HTML Code: &#8808;</p> <p>Less Than But Not Equal To using HTML Entity: &lnE;</p> <p id="point">Less Than But Not Equal To using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private