…
Horizontal Ellipsis
2026 · General Punctuation · Zyyy
Kodierungen
| Unicode | U+2026 | |
| HTML Decimal | … | |
| HTML Hex | … | |
| CSS | \2026 | |
| JavaScript | \u{2026} | |
| Python | \u2026 | |
| Java | \u2026 | |
| UTF-8 | e2 80 a6 | |
| UTF-16 | 20 26 | |
| URL Encoded | %E2%80%A6 |
Unicode-Eigenschaften
Block
General Punctuation
Script
Zyyy
Category
Other Punctuation (Po)
Bidirectional
ON
Ähnliche Symbole
Verwandte Symbole
Mehr erfahren
Verwandte Anleitungen
Unicode Accessibility Checklist: 15 Checks for Inclusive Text
A practical 15-point checklist for Unicode accessibility — from decorative symbol hiding to language declaration, RTL support, and proper text alternatives.
How Screen Readers Handle Unicode Symbols and Emoji
Learn how screen readers announce Unicode symbols, emoji, and special characters — NVDA, JAWS, VoiceOver behavior differences and best practices.
Character Encoding Detection: How to Identify Unknown Text Encoding
Detect character encodings in unknown text — BOM sniffing, statistical analysis with chardet, ICU detection, and why heuristics sometimes fail.
JavaScript and Unicode: Strings, Code Points, and Grapheme Clusters
Navigate JavaScript's UTF-16 string model — surrogate pairs, codePointAt, for...of iteration, Intl.Segmenter, and common Unicode pitfalls.
Ellipsis (…) vs Three Dots (...): One Character or Three?
Compare the Unicode ellipsis character (…) with three period characters (...) — typographic differences, CSS text-overflow, and when each is appropriate.