Decibel Level Reference – Online Common Sound Examples
Interactive scale showing dB levels of everyday sounds with playable samples. Hearing safety.
UD5 Toolkit
Search by entity name, character symbol, or description. Click to copy.
| Char | Entity Name | Numeric | Hex | Description | Copy |
|---|
No matching entities found.
Try a different search term or category.
<, >, &) have special meanings in HTML markup and would otherwise be interpreted as code. Entities ensure these characters render correctly on web pages. They also allow you to display symbols that may not be easily typed on a keyboard, such as © (©), € (€), or mathematical symbols like ∑ (∑). Without entities, your HTML could break or display incorrectly.
© for ©) and are easier for developers to read and remember. Numeric entities use the character's Unicode code point in decimal (e.g., ©) or hexadecimal (e.g., ©) format. While named entities are more readable, not all Unicode characters have named entities. Numeric entities can represent any Unicode character, making them more versatile. Both achieve the same result in browser rendering, and you can use either based on your preference.
<), > (greater than >), & (ampersand &), and " (double quote " within attribute values). Additionally, ' (single quote ') is recommended for attribute values enclosed in single quotes. Escaping these ensures your HTML validates correctly and protects against injection vulnerabilities.
©. However, using HTML entities is still considered best practice for improved readability in source code, better compatibility with older systems, and clarity when working with symbols that look similar (such as the en dash – vs. hyphen -). Entities also make your intent explicit to other developers reading your code.
or  ) is a space character that prevents an automatic line break at its position. It's commonly used to keep words or symbols together on the same line (e.g., "10 km" keeps "10 km" together), to create visual spacing in layouts, or to prevent empty table cells from collapsing. In modern web design, CSS properties like white-space: nowrap or word-spacing are often preferred, but remains a quick and widely supported solution for inline spacing control.
&#XXXX;), which works for any Unicode character. Many developer tools and browser extensions also provide entity reference lookups.
Interactive scale showing dB levels of everyday sounds with playable samples. Hearing safety.
Searchable list of Q-codes with meanings. Also includes RST system. Prepare for license.
Enter a URL and extract the font stacks and web font URLs used on that page. Quick typography research.
See which fonts map to generic families (serif, sans‑serif, monospace) on different operating systems. A handy reference.
Browse the built‑in styles that browsers apply to HTML elements. Understand why your page looks different. Static reference.
Test the new HTML popover attribute for creating accessible tooltips, menus, and dialogs without JavaScript. Copy code snippets.
Search and browse a comprehensive table of SI units and common imperial conversions. For students and engineers.
Search by country or currency name to find its symbol and code. Quick static reference for international business.
Create a customizable scrolling marquee banner. Copy the HTML and CSS. For retro web projects or fun.
Searchable grid of all named HTML character entities with previews. Click to copy &, <, © etc. For web devs.
Paste CSV and get a beautiful HTML table with sortable headers (optional). Copy the full HTML/CSS snippet. Local.
Paste an HTML `<table>` snippet and instantly get a clean Markdown table. Supports colspan and alignment hints. Local.
Paste lines of text and automatically convert to an HTML ordered list with correct numbering and indentation.
Reduce your HTML file size by stripping whitespace, comments, and optional closing tags. Secure browser‑based.
Reference diagrams for USB‑A, USB‑C, micro‑USB pinouts. See wire colors and signal descriptions. Hardware hacking helper.
See the current UV index forecast or enter a value to learn protection needed (SPF, hat, shade). Educational.
Enter an English word to get a brief etymology (Latin, Greek, etc.) and root meaning. From curated static data.
Enter a number of sides (3‑100) and get the correct polygon name (triangle, hectogon). Fun geometry reference.
Click a planet to see mass, diameter, moons, temperature, and distance from sun. Beautifully styled static data.
Scroll through thousands of pre‑computed digits of π. Search for a specific string of digits. For math lovers.
A searchable list of essential Docker CLI commands for managing containers, images, and volumes. Copy-paste friendly. Always handy.
Quick reference for frequently used Git commands with examples. Searchable and categorized. A handy resource for all developers.
Search the complete emoji set by keyword or code. Click to copy. Includes skin tones and flags. Always up to date with Unicode.
Enter a song title and artist to find lyrics using public APIs. Quick preview and copy. A lightweight tool for music lovers.
A complete, searchable list of all 140+ named HTML/CSS colors with their hex codes and color previews. Click to copy code. Essential web reference.
Look up quick facts about any country: capital, population, currency, flag, and continent. Static data, fast search. Great for travel and education.
Strip HTML tags and convert web content to plain Markdown. Preserve headings, lists, and links. Perfect for content migration. All processing in browser.
Interactive ASCII table showing decimal, hex, octal, and binary codes for all standard and extended ASCII characters. A classic programmer reference.
Write or paste HTML, CSS, and JavaScript and instantly see the rendered output in a sandboxed iframe. A handy frontend prototyping tool.
Write Markdown and see the formatted HTML preview in real time. Syntax highlighting and GitHub-flavored Markdown support. No upload, fully local.