&
Ampersand
0026 · Basic Latin · Zyyy
Codificações
| Unicode | U+0026 | |
| HTML Decimal | & | |
| HTML Hex | & | |
| HTML Entity | & | |
| CSS | \0026 | |
| JavaScript | \u{26} | |
| Python | \u0026 | |
| Java | \u0026 | |
| UTF-8 | 26 | |
| UTF-16 | 00 26 | |
| URL Encoded | %26 |
Propriedades Unicode
Block
Basic Latin
Script
Zyyy
Category
Other Punctuation (Po)
Bidirectional
ON
Símbolos similares
Símbolos relacionados
Saiba mais
Guias relacionados
How to Use the SymbolFYI Text Diff Tool
Guide to SymbolFYI's Text Diff Tool — compare two texts character by character to find invisible Unicode differences, encoding issues, and confusables.
How to Use the SymbolFYI Symbol Table Tool
A complete guide to SymbolFYI's Symbol Table — browse characters by Unicode block, filter by category, copy characters, and explore encoding details.
Font Fallback and Tofu: Why Characters Display as Empty Boxes
Understand font fallback — why characters render as empty boxes (tofu), how to build robust font stacks, unicode-range subsetting, and more.
Tofu: Why Characters Show as Empty Rectangles and How to Fix It
Understand tofu — the empty rectangle that appears when your font can't display a character. Learn causes, diagnosis, and font fallback solutions.
Dead Keys: How to Type Accented Characters Without a Special Keyboard
Master dead keys for typing accented characters — how they work on US International, UK Extended, and other keyboard layouts across all platforms.
UTF-16 and Surrogate Pairs: Why JavaScript Strings Are Complicated
Understand UTF-16 encoding and surrogate pairs — why emoji have .length 2 in JavaScript, how to handle supplementary characters, and when UTF-16 matters.
UTF-8: The Complete Guide to the Web's Dominant Encoding
Everything about UTF-8 — how it works, why it won, byte patterns, BOM handling, validation, and common pitfalls for developers.
Web Fonts and Unicode Subsetting: Loading Only What You Need
Optimize web font loading with unicode-range subsetting — reduce font file sizes, improve load times, and handle multilingual content efficiently.
Soft Hyphen: Controlling Line Breaks in Web Typography
Master the soft hyphen (U+00AD) — how it controls word breaking in HTML, CSS hyphens property, browser behavior differences, and when to use ­ vs CSS.
Unicode in URLs: Percent-Encoding, Punycode, and IRIs
Understand how Unicode characters appear in URLs — percent-encoding for paths, Punycode for domains, IRIs, and Python/JavaScript encoding functions.