Arrows

South West Arrow ↙

The southwest arrow points diagonally down and to the left. It completes the set of four diagonal arrows. Like other diagonal arrows, it is used in mapping, navigation, and directional indicators where a 45-degree angle is needed.

All Representations

Named Entity
↙
Decimal Code
↙
Hex Code
↙
Unicode
U+2199

Rendered Output

↙ renders as the character shown above

When to Use South West Arrow

Use the southwest arrow for diagonal direction indicators, compass navigation, and map-based interfaces. Together with the other three diagonal arrows, it provides complete eight-direction compass navigation for interactive applications.

Try It — HTML Examples

Named entity in text
<p>Symbol: &#8601;</p>
Decimal reference
<p>Symbol: &#8601;</p>
Hex reference
<p>Symbol: &#x2199;</p>
Inside an HTML attribute
<div title="The South West Arrow: &#8601;">Hover to see</div>

About the South West Arrow Entity

The South West 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 &#8601;, the decimal numeric character reference &#8601;, or the hexadecimal numeric reference &#x2199;. The character is assigned Unicode code point U+2199 in the Universal Character Set.

The southwest arrow points diagonally down and to the left. It completes the set of four diagonal arrows. Like other diagonal arrows, it is used in mapping, navigation, and directional indicators where a 45-degree angle is needed.

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 South West Arrow character in your HTML documents, the named entity &#8601; is generally the most readable choice for developers reviewing or maintaining source code. The decimal form &#8601; and hexadecimal form &#x2199; 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 southwest arrow for diagonal direction indicators, compass navigation, and map-based interfaces. Together with the other three diagonal arrows, it provides complete eight-direction compass navigation for interactive applications.

Related Entities

Explore More HTML Entities

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