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

Save as Private