• &lt; stands for the less-than sign: <
  • &gt; stands for the greater-than sign: >
  • &le; stands for the less-than or equals sign: ≀
  • &ge; stands for the greater-than or equals sign: β‰₯
Answer from biscuitstack on Stack Overflow
🌐
W3Schools
w3schools.com β€Ί html β€Ί html_entities.asp
HTML Character Entities
If you use the less than (<) or greater than (>) signs in your HTML text, the browser might mix them with tags. Entity names or entity numbers can be used to display reserved HTML characters.
🌐
Toptal
toptal.com β€Ί designers β€Ί htmlarrows β€Ί math β€Ί greater-than-sign
Greater-Than Sign HTML Symbol, Character and Entity Codes β€” HTML Arrows
HTML symbol, character and entity codes, ASCII, CSS and HEX values for Greater-Than Sign, plus a panoply of others.
🌐
California State University, Northridge
csun.edu β€Ί ~sk36711 β€Ί WWW β€Ί tutorials β€Ί entities.html
(X)HTML Tutorial -- Special Characters and Entities
You will not be surprised to find that the entity for > (greater than) is >. Since entities begin with ampersands, you run into the same problem representing this & that as you did representing x < y. In order to actually display an ampersand, you must use the entity &. We have already seen ...
🌐
HTML Standard
html.spec.whatwg.org β€Ί multipage β€Ί named-characters.html
HTML Standard
4 days ago - The character reference names originate from XML Entity Definitions for Characters, though only the above is considered normative.
🌐
Quora
quora.com β€Ί How-do-I-enter-a-greater-than-sign-in-HTML-text
How to enter a greater than sign in HTML text - Quora
Answer (1 of 3): As Syed Riyaz Uddin explained you use the HTML Entity > to display a greater than sign. HTML entities such as this are used when we want to display characters that are reserved for other purposes. In this case the > is a reserved character that is normally interpreted as sign...
🌐
Moodle
docs.moodle.org β€Ί 501 β€Ί en β€Ί HTML_entities
HTML entities - MoodleDocs
For example, you cannot use the greater than or less than signs within your text because the browser could mistake them for markup. HTML and XHTML processors must support the five special characters listed in the table below: Note: Entity names are case sensitive!
Find elsewhere
🌐
Wikipedia
en.wikipedia.org β€Ί wiki β€Ί List_of_XML_and_HTML_character_entity_references
List of XML and HTML character entity references - Wikipedia
1 month ago - XML specifies five predefined entities needed to support every printable ASCII character: &amp;, &lt;, &gt;, &apos;, and &quot;. The trailing semicolon is mandatory in XML (and XHTML) for these five entities (even if HTML or SGML allows omitting it for some of them, according to their DTD).
🌐
Toptal
toptal.com β€Ί designers β€Ί htmlarrows β€Ί math β€Ί greater-than-or-equal-to
Greater-Than or Equal To HTML Symbol, Character and Entity Codes β€” HTML Arrows
HTML symbol, character and entity codes, ASCII, CSS and HEX values for Greater-Than or Equal To, plus a panoply of others.
🌐
Unicode Compart
compart.com β€Ί en β€Ί unicode β€Ί U+003E
β€œ>” U+003E Greater-Than Sign Unicode Character
U+003E is the unicode hex value of the character Greater-Than Sign. Char U+003E, Encodings, HTML Entitys:>,>,>, UTF-8 (hex), UTF-16 (hex), UTF-32 (hex)
🌐
Unicode Compart
compart.com β€Ί en β€Ί unicode β€Ί U+2265
β€œβ‰₯” U+2265 Greater-Than or Equal To Unicode Character
U+2265 is the unicode hex value of the character Greater-Than or Equal To. Char U+2265, Encodings, HTML Entitys:β‰₯,β‰₯,β‰₯, UTF-8 (hex), UTF-16 (hex), UTF-32 (hex)
🌐
DhiWise
dhiwise.com β€Ί blog β€Ί design-converter β€Ί simplify-coding-with-the-gt-in-html-syntax
How to Use &gt in HTML For Better Web Coding
January 23, 2025 - Display Reserved Characters: Use HTML entities to display reserved characters like less than (&lt;), greater than (&gt;), and ampersand (&amp;) to prevent the browser from interpreting them as HTML code.
🌐
GeeksforGeeks
geeksforgeeks.org β€Ί html β€Ί html-entities
HTML Entities - GeeksforGeeks
January 30, 2026 - Use Entities for Readability and Compliance: Besides reserved characters, use entities to improve the readability of your code and to comply with HTML standards, especially when dealing with characters that may not be directly supported by your page’s charset.
🌐
Tizag
tizag.com β€Ί htmlT β€Ί entities.php
HTML Tutorial - Entities
A detailed lesson with examples of some general character entities and a complete reference guide of many character entities.
🌐
W3Schools
w3schools.com β€Ί CHARSETS β€Ί ref_utf_math.asp
HTML Unicode Mathematical Operators
To display these characters HTML, you can use the HTML entity found in the table below.
🌐
HTML Symbols
htmlsymbols.xyz β€Ί unicode β€Ί U+003E
> - Greater-than sign (U+003E) - HTML Symbols
Detailed information about the Unicode character 'Greater-than sign' with code point U+003E that can be used as a symbol or icon on your site.
🌐
DhiWise
dhiwise.com β€Ί post β€Ί why-html-entities-are-essential-in-web-developmen
Stay Ahead of the Curve: HTML Entities Explained
August 20, 2024 - For example, the less than symbol (<) and the greater than symbol (\>) are used to define HTML tags, so they need to be represented by HTML entities (&lt; and &gt;) to be displayed as characters on a web page.
🌐
FreeFormatter
freeformatter.com β€Ί html-entities.html
Complete list of HTML entities - FreeFormatter.com
Complete list of HTML entities with their numbers and names. Also included is a full list of ASCII characters that can be represented in HTML (i.e.