Recycling Symbol Decoder – Online Plastic Numbers Guide
Click a plastic number (#1‑#7) to see what it means, if it's recyclable in your area generally, and common products.
UD5 Toolkit
Quickly find, search & copy HTML symbol entities for your projects
Try a different search term or clear filters
< displays the less-than symbol < without the browser mistaking it for an HTML tag. Using entities ensures your content renders correctly across all browsers, avoids encoding issues, and is essential for displaying reserved characters like &, <, >, and " in your HTML documents.
&) are easy to remember and read, but not every Unicode character has a named entity. Numeric codes come in two forms: decimal (&) and hexadecimal (&). Numeric codes can represent any Unicode character, making them more universal. Named entities are generally preferred for readability, while numeric codes are used when a name doesn't exist or when working with dynamic content.
<, >, &, ") to prevent parsing errors. Entities are also useful when your keyboard lacks certain symbols, when working in CMS platforms that may strip special characters, or when you need guaranteed cross-platform consistency in email HTML or legacy systems.
content: "\00A9"; for the copyright symbol ©. In JavaScript, use Unicode escape sequences like "\u00A9" or template literals with direct Unicode characters. When injecting HTML via JavaScript's innerHTML, you can use entity names like ©, but when using textContent, use the actual character or Unicode escape. For React/JSX, you can use entities directly in JSX markup or use JavaScript Unicode escapes in expressions.
(or  ) creates a space character that prevents an automatic line break at that position. Use it to keep related words together (e.g., "10 km"), in table cells that shouldn't collapse, or to create indentation. However, avoid using multiple for layout spacing — use CSS margins and padding instead. Overusing can create accessibility issues for screen readers and make responsive design harder to manage.
| Symbol | Entity Name | Decimal | Hex | Description |
|---|---|---|---|---|
| & | & | & | & | Ampersand |
| < | < | < | < | Less than |
| > | > | > | > | Greater than |
| " | " | " | " | Double quote |
| ' | ' | ' | ' | Single quote |
| © | © | © | © | Copyright |
| ® | ® | ® | ® | Registered trademark |
| € | € | € | € | Euro currency |
| — | — | — | — | Em dash |
|   |   | Non-breaking space |
Click a plastic number (#1‑#7) to see what it means, if it's recyclable in your area generally, and common products.
Visual reference for CSS Grid properties. Click to see code snippets and visual demos.
Browse all Nerd Font icons by category. Click to copy the glyph character. For terminal and prompt customization.
Click to build a laundry symbol and learn its meaning, or look up common symbols. Never ruin clothes again.
Drop a PDF and extract the full text content. Processed locally using PDF.js. No upload. Fast and private.
Paste HTML and copy the formatted rich text to your clipboard. Paste directly into Word or Google Docs with styles intact.
View all CSS system colors (Canvas, ButtonFace, GrayText) as swatches. Click to copy. For forced‑colors adaptation.
Browse pre‑made emoji combinations and ASCII art. Click to copy directly to clipboard. Perfect for social media bios.
Search and filter all CSS properties that can be animated. See value types and example keyframes. Quick dev reference.
Experiment with the Async Clipboard API: read/write text and images from the clipboard. Verify permissions and see demo code.
Search by country or currency name to find its symbol and code. Quick static reference for international business.
Map English letters to fancy mathematical or ornamental Unicode symbols. Create Facebook/Twitter bio art. All local.
A clean, printable Morse code chart with letters, numbers, and common punctuation. Learn and decode easily. Static.
An interactive reference for regular expression tokens. Click a token to see its explanation and example. Learn regex faster.
Searchable grid of all named HTML character entities with previews. Click to copy &, <, © etc. For web devs.
A small widget that records your clipboard text history (only while open). Search and re‑copy old snippets. No log upload.
Quick reference of HTTP methods with their semantics, idempotency, and example REST usage. Static, fast.
Extract selectable text from a PDF using the browser's built‑in PDF rendering. Copy or download as TXT. No upload, fully private.
See all elements sorted alphabetically by symbol. Picture and atomic weight. Beautifully styled static list.
Search common dream symbols and their traditional meanings. For entertainment and self-reflection. Static data.
Find essential Visual Studio Code shortcuts for Windows, Mac, and Linux. Filter by category. Boost your coding speed with this reference.
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.
Browse and search all Font Awesome 6 icons with preview, class name, and unicode. Copy the HTML snippet. Perfect for web developers.
Search the complete emoji set by keyword or code. Click to copy. Includes skin tones and flags. Always up to date with Unicode.
Encode text into Wingdings symbols and decode Wingdings back to text. A nostalgic and fun puzzle tool. All processing in your browser.
Browse and copy common mathematical symbols, Greek letters, and operators. Includes LaTeX codes for use in documents. Quick reference for students.
Extract text from images using basic OCR technology. Works best with clear, printed fonts. Completely local, images never leave your browser for privacy.
Browse thousands of Unicode characters, search by name or code, and copy symbols to clipboard. Supports emojis, arrows, and math symbols.
Encode special characters to HTML entities or decode them back to normal text. Perfect for web developers to sanitize or reverse HTML escaping. All processing is client-side.