HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\02266"; } </style> </head> <body> <p>Less Than Over Equal To using Hexa Decimal: &#x2266;</p> <p>Less Than Over Equal To using HTML Code: &#8806;</p> <p>Less Than Over Equal To using HTML Entity: &lE;</p> <p id="point">Less Than Over Equal To using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private