Number Line Generator - Online Printable Math Visual Aid
Create custom number lines (0-20, negative, fractions, decimals) for math education. Adjustable ticks and labels. Instant download.
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!
Create custom number lines (0-20, negative, fractions, decimals) for math education. Adjustable ticks and labels. Instant download.
Paste your Markdown and automatically generate a linked table of contents based on headings. Insert at the top. Local magic.
Enter cash flows and discount rate to compute Net Present Value and Internal Rate of Return. Finance 101.
Create errors with the cause option and see chained error objects. Learn error wrapping for better debugging.
Convert between common pressure units: Pascal, Bar, PSI, atmosphere, and Torr. Useful for engineering and weather enthusiasts. Local calculation.
Write a Python range expression and instantly see the list of numbers it produces. Quick playground for beginners.
Calculate half-cell and full cell potentials under non-standard conditions. Enter concentrations and temperature. Local.
Generate Time‑based One‑Time Passwords locally by entering a base32 secret. Verify your authenticator setup without a phone.
Search by country or city to find the capital. Full offline list. Useful for homework or travel planning. Static data.
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.
See a live bar chart of character frequencies as you type or paste text. Great for cipher cracking and linguistics.
Search for any file extension to see its full name, MIME type, and description. Covers thousands of entries. Static data.
An interactive reference for regular expression tokens. Click a token to see its explanation and example. Learn regex faster.
Search a library of famous company brand colors with hex codes. Copy any color instantly. For designers and marketers.
A visual guide to common copy‑editing and proofreading symbols. Click a mark to see its meaning. For writers.
Search by MIME or file extension to see the corresponding type. Helpful when configuring web servers. Static.
Searchable table of well‑known TCP and UDP ports with their services. Check 80, 443, 3306, and many more.
Enter task names, start dates, and durations to generate a simple Gantt chart as an image. Quick project view.
See the healthy weight range for your height using standard BMI chart. Gender‑specific data. Quick reference.
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.
Type a common ingredient and get possible substitutes with ratios. Perfect for emergency cooking. Static reference.
Build a vertical timeline by entering events with dates and descriptions. Export as image or HTML. Perfect for project milestones.