Down dashed arrow (⇣) is the Unicode character at U+21E3 in the Arrows block. Official name: DOWNWARDS DASHED ARROW. It is a dashed (broken-shaft) down arrow — useful for soft scroll cues and lighter navigation hints.
Remember
Character ⇣
Unicode U+21E3
Hex entity ⇣
Decimal ⇣
CSS escape \21E3
Named entity (none)
Not the same ↓ (↓) · ⇓ (⇓) · ⇡
Prefer ⇣ or ⇣ in HTML (no named form). You can also type ⇣ in a UTF-8 document.
Built with Hex: ⇣
Built with Decimal: ⇣
Built with CSS: ⇣
Typed: ⇣
Label: Scroll ⇣
How It Works
1. Hex:⇣ inserts code point U+21E3 → ⇣.
2. Decimal: same code point as 8675 → ⇣. Same visual as hex.
3. CSS: use \21E3 in content (not an HTML entity). #point::after appends ⇣.
4. Typed: paste ⇣ in a UTF-8 document, or pair it with a label.
Pitfalls & Tips
Common mistakes when working with Down Dashed Arrow.
Name
No named entity
There is no HTML5 named entity for U+21E3. Use ⇣ or ⇣.
↓
Not ↓
↓ is the solid down arrow (U+2193). U+21E3 has a dashed shaft.
⇓
Not ⇓
⇓ is the double down arrow (U+21D3). Dashed and double are different glyphs — names are case-sensitive.
CSS vs HTML
Do not mix escapes
\21E3 belongs in CSS strings. ⇣ / ⇣ belong in HTML.
Fonts
Arrow font coverage
Some fonts omit dashed-arrow glyphs. Prefer a font with solid Arrows-block coverage.
a11y
Add accessible text
A lone dashed arrow can be unclear to screen readers. Pair it with visible text or an aria-label.
Semicolon
End references
Always finish numeric entities with ; — write ⇣, not ⇣.
Compatibility
Browser Support
Down dashed arrow (U+21E3) and its entity forms (⇣, ⇣, CSS \\21E3) are supported in all mainstream browsers. Visible glyphs depend on Arrows-block font coverage.
✓ Universal support
Down Dashed Arrow (⇣)
Encode with hex, decimal, CSS escape, or type the character — same code point everywhere encoding is supported.
100%Browser coverage
Google ChromeSupported
Yes
Microsoft EdgeSupported
Yes
Mozilla FirefoxSupported
Yes
Apple SafariSupported
Yes
OperaSupported
Yes
Internet ExplorerAll versions
Yes
U+21E3 / entitiesFull support
Bottom line: Prefer ⇣ in HTML (no named form). Use ⇣ when decimal form is required, and \\21E3 only inside CSS content.
Remember
Key Takeaways
Unicode: down dashed arrow is U+21E3 (decimal 8675) — glyph ⇣.
HTML: no named entity — use ⇣ / ⇣ / type ⇣.
CSS: use \21E3 inside content for generated text.
Meaning:⇣ = dashed shaft — not ↓, not ⇓.
One line:U+21E3 → ⇣ / ⇣ / CSS \21E3.
Frequently Asked Questions
Use ⇣ (hex), ⇣ (decimal), type ⇣ directly in UTF-8, or the CSS escape \21E3 in content. There is no named HTML entity for U+21E3.
U+21E3 (DOWNWARDS DASHED ARROW). Hex 21E3, decimal 8675. It belongs to the Arrows block (U+2190–U+21FF).
No. Use numeric forms ⇣ or ⇣. The plain down arrow uses ↓ (U+2193). Direction siblings are U+21E0 (left), U+21E1 (up), and U+21E2 (right).
Use it when you want a softer dashed down cue (scroll hints, menus, optional actions). Prefer ↓ for a solid plain down arrow, and ⇓ for a double-stroke down arrow.
HTML entities (⇣ or ⇣) go in markup. The CSS escape \21E3 goes in stylesheet strings (usually content on ::before/::after).
No. U+21E3 is a dashed down arrow (⇣). ↓ is ↓ (U+2193, solid). ⇓ is ⇓ (U+21D3, double).
🤔
Did you know?
Down dashed arrow is Unicode U+21E3 (decimal 8675) — glyph ⇣ (DOWNWARDS DASHED ARROW) in the Arrows block. There is no HTML5 named entity; use ⇣ or ⇣. Direction siblings: up U+21E1 (⇡), left U+21E0 (⇠), right U+21E2 (⇢). Plain down is ↓ (↓).