HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\02276"; } </style> </head> <body> <p>Less Than or Greater Than using Hexa Decimal: &#x2276;</p> <p>Less Than or Greater Than using HTML Code: &#8822;</p> <p>Less Than or Greater Than using HTML Entity: &lg;</p> <p id="point">Less Than or Greater Than using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private