AES Encryption Explained: How It Works and Why It Matters
Jun 23, 2026
Search and browse HTML entities by name, character, Unicode code, or category.
An HTML entity is a special character code used in HTML documents to represent characters that are reserved, invisible, or otherwise difficult to type on a standard keyboard. HTML entity lookup tools allow developers, content writers, and web designers to quickly search and find the correct entity name, numeric code, or hex code for any character they need to display in a browser.
Common use cases include displaying angle brackets (< and >), ampersands (&), copyright symbols (©), accented letters like é, mathematical symbols, currency signs, and various punctuation marks. Without proper HTML entities, browsers may misinterpret special characters as part of HTML syntax, breaking page rendering or creating security vulnerabilities like XSS.
This tool provides a searchable, filterable reference of hundreds of HTML entities organized by category. You can search by entity name (e.g., copy), by the character itself, or by Unicode code point. Each result shows the entity name, numeric and hex references, and a live preview of the character so you can confidently use it in your projects.
An entity name is a mnemonic alias like < for the less-than sign, while a numeric reference uses the character's decimal or hex code point like < or <. Entity names are easier to remember, but not all characters have a named entity. Numeric references work for every Unicode character.
The most frequently used HTML entities are < (<), > (>), & (&), " ("), (non-breaking space), © (©), and € (€). These cover basic syntax escaping and common typographic symbols.
Simply insert the entity code directly into your HTML document. For example, to display a copyright symbol, write © or © in your HTML source. The browser will render the actual character.
Yes, HTML entity names are case-sensitive. For example, É renders as É while é renders as é. However, numeric references are not case-sensitive — é and é both produce the same character.
XML supports only a few predefined entities (<, >, &, ", '). For other characters in XML, you must use numeric character references like © rather than named entities.
Blog
Jun 23, 2026
Jun 23, 2026
Jun 23, 2026
Jun 23, 2026
Jun 23, 2026
Jun 23, 2026