Arrows

Downwards Double Arrow ⇓

The downwards double arrow features two parallel arrow lines pointing down. It is the visually heavier counterpart to the single downwards arrow and is used when extra emphasis is needed. In logic and mathematics, vertical double arrows may denote strong entailment or significant decrease.

All Representations

Named Entity
⇓
Decimal Code
⇓
Hex Code
⇓
Unicode
U+21D3

Rendered Output

⇓ renders as the character shown above

When to Use Downwards Double Arrow

Use the downwards double arrow for emphasis in downward indicators, strong decrease markers in financial dashboards, and mathematical contexts requiring a bold downward symbol. It complements ⇑ for pairs of emphasized vertical arrows.

Try It — HTML Examples

Named entity in text
<p>Symbol: &dArr;</p>
Decimal reference
<p>Symbol: &#8659;</p>
Hex reference
<p>Symbol: &#x21D3;</p>
Inside an HTML attribute
<div title="The Downwards Double Arrow: &dArr;">Hover to see</div>

About the Downwards Double Arrow Entity

The Downwards Double Arrow character (⇓) is a standard HTML entity defined in the HTML specification. In HTML source code, it can be written using the named entity reference &dArr;, the decimal numeric character reference &#8659;, or the hexadecimal numeric reference &#x21D3;. The character is assigned Unicode code point U+21D3 in the Universal Character Set.

The downwards double arrow features two parallel arrow lines pointing down. It is the visually heavier counterpart to the single downwards arrow and is used when extra emphasis is needed. In logic and mathematics, vertical double arrows may denote strong entailment or significant decrease.

Arrow entities serve as directional indicators in navigation interfaces, mathematical expressions, flowcharts, and textual content throughout the web. Because they render as scalable text characters rather than bitmap images, HTML arrow entities are resolution-independent, styleable with CSS properties like color and font-size, and fully accessible to assistive technologies including screen readers.

When deciding how to encode the Downwards Double Arrow character in your HTML documents, the named entity &dArr; is generally the most readable choice for developers reviewing or maintaining source code. The decimal form &#8659; and hexadecimal form &#x21D3; are equally valid alternatives that work in contexts where named entities may not be supported, or when generating HTML output programmatically from server-side code. All three representations produce identical visual output in every modern web browser.

Use the downwards double arrow for emphasis in downward indicators, strong decrease markers in financial dashboards, and mathematical contexts requiring a bold downward symbol. It complements &uArr; for pairs of emphasized vertical arrows.

Related Entities

Explore More HTML Entities

Browse our complete reference of 262 HTML entities with codes, examples, and usage tips.