Accessible Chart Palette Builder – Online Data Visualization
Build a color palette for charts that works for protanopia, deuteranopia, and grayscale. Export as array.
UD5 Toolkit
Complete quick-reference chart of HTML character entities. Search, filter, and copy entity codes instantly. Essential for web developers.
| Char | Entity Name | Numeric | Unicode | Description |
|---|
No entities found. Try a different search term or filter.
<, >, &, and " have special meanings in HTML markup, they must be replaced with their corresponding entity references when used as literal text. Named entities (like &) are more readable than numeric references (like &) and are widely supported across all browsers. They're essential for displaying special symbols, mathematical notations, currency signs, accented letters, and preventing code injection.
© for ©), while numeric references use the character's Unicode code point in decimal (©) or hexadecimal (©) format. Named entities are easier to remember and read, but not every Unicode character has a named entity—only about 200+ do. Numeric references can represent any Unicode character. Both are valid in HTML5, but named entities are preferred for readability when available.
< produces < (less-than sign), while < or ≪ are not valid and won't be recognized. Always use the exact casing as defined in the HTML specification. Greek letter entities follow this pattern too: lowercase for lowercase letters (α → α) and initial capital for uppercase (Α → Α).
(non-breaking space)?
when you want to prevent an automatic line break between two words or elements. Common use cases include: keeping a person's first and last name together, preventing a number from being separated from its unit (e.g., "10 km"), keeping currency symbols attached to amounts, or creating visual spacing in navigation menus. Unlike a regular space, browsers won't wrap text at a non-breaking space. Be careful not to overuse it for layout purposes—use CSS margins and padding for proper spacing instead.
"© 2024") or use the Unicode escape sequence ("\u00A9 2024"). HTML named entities like © only work within HTML markup. If you're setting innerHTML, entities will be parsed. For JSON, always use the actual character or Unicode escape—named entities are not valid JSON. When dynamically inserting content, prefer textContent over innerHTML to avoid entity interpretation issues and potential XSS vulnerabilities.
& (&), < (<), > (>), " ("), ' ('), (non-breaking space), © (©), ® (®), ™ (™), — (—), – (–), € (€), and ♥ (♥). Bookmark this page or keep a reference chart handy for the rest—there's no shame in looking them up!
Build a color palette for charts that works for protanopia, deuteranopia, and grayscale. Export as array.
Interactive soprano recorder chart showing which holes to cover for each note. Switch between baroque and German fingering.
Browse all official LEGO colors with names, years, and hex codes. Sort by hue. Perfect for builders.
Sortable list of cooking oils with smoke points and best uses. Choose the right fat for the right heat.
Interactive scale showing dB levels of everyday sounds with playable samples. Hearing safety.
Look up pilot hole and clearance hole sizes for wood screws. Conversion between gauge and mm.
Searchable list of Q-codes with meanings. Also includes RST system. Prepare for license.
Display an astigmatism dial and instructions for self-assessment. Educational, not a medical diagnosis.
Interactive table showing common fractions and their decimal/percentage equivalents. Click to highlight.
Visual reference for common seam allowances (1/4″, 5/8″, etc.) with actual size on screen. Essential sewing aid.
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.
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.
Reference diagrams for USB‑A, USB‑C, micro‑USB pinouts. See wire colors and signal descriptions. Hardware hacking helper.
Convert a photo into a color‑reduced embroidery or cross‑stitch pattern with DMC thread colors. Adjust size and palette. Print chart.
Create a simple seating chart by dragging desk icons and assigning names. Print or screenshot. Perfect for teachers.
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.
Build a vertical timeline by entering events with dates and descriptions. Export as image or HTML. Perfect for project milestones.
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.
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.
Interactive ASCII table showing decimal, hex, octal, and binary codes for all standard and extended ASCII characters. A classic programmer reference.
A complete reference of HTTP status codes with explanations. Search and filter by code or category. Useful for API developers and web debugging. Static and fast.