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

Save as Private