HTML Entity for South West Arrow North West Arrow (⤪)
Beginner
5 min read
Updated: Sep 2026
1 example
Unicode U+292A
Definition
What Is South West Arrow North West Arrow?
South west arrow and north west arrow (⤪) is the Unicode character at U+292A in Supplemental Arrows-B. Official name: SOUTH WEST ARROW AND NORTH WEST ARROW. It is a combined symbol pointing toward both south-west and north-west.
Remember
Character ⤪
Unicode U+292A
Named entity ⤪
Hex entity ⤪
Decimal ⤪
CSS escape \292A
Not the same ↙ · ↖ · ⤩
Prefer ⤪ in HTML markup. You can also type ⤪ in UTF-8, or use numeric forms when needed. Use a font that includes Supplemental Arrows-B for a clear glyph.
Using Named Entity: ⤪
Using Hex Code: ⤪
Using HTML Code: ⤪
Using CSS Entity: ⤪
Typed directly: ⤪
Routes split ⤪ south-west and north-west
How It Works
1. Named:⤪ is the HTML5 name for U+292A → ⤪. Best default in markup.
2. Hex:U+292A → ⤪ in HTML. Same glyph as the named form.
3. Decimal: same code point as 10538 → ⤪. Same result as hex and named.
4. CSS: use \292A in content (not an HTML entity). #point::after appends that ⤪ after the paragraph text.
5. Typed / UI: paste ⤪ in UTF-8, or write Routes split ⤪ … for a short fork-point hint.
Pitfalls & Tips
Common mistakes when working with ⤪.
vs ↙
Not a simple SW arrow
U+2199 (↙, ↙) is one diagonal. U+292A combines SW and NW in one symbol.
vs ⤩
Not SE + SW
⤩ (U+2929, ⤩) is SE and SW paired. U+292A is SW and NW — different directions.
Name
Remember ⤪
The named entity is ⤪ — not ↙ (that is U+2199).
CSS vs HTML
Do not mix escapes
\292A belongs in CSS strings. ⤪ / ⤪ / ⤪ belong in HTML.
Fonts
Check glyph coverage
Supplemental Arrows-B is missing from some UI fonts. Test on target devices or fall back to SVG icons if needed.
A11y
Describe the fork
Add nearby text like “routes split south-west and north-west” when the glyph carries meaning alone.
Compatibility
Browser Support
South west arrow north west arrow (U+292A) and its entity forms (⤪, ⤪, ⤪, CSS \\292A) are supported in all mainstream browsers. Visible glyphs depend on Supplemental Arrows-B font coverage.
✓ Universal support
SW + NW Arrow (⤪)
Encode with named, 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+292A / entitiesFull support
Bottom line: Prefer ⤪ in HTML. Use ⤪ / ⤪ when numeric form is required, and \\292A only inside CSS content.
Use ⤪ (named), ⤪ (hex), ⤪ (decimal), type ⤪ directly in UTF-8, or the CSS escape \292A in content. Prefer ⤪ in normal HTML.
U+292A (SOUTH WEST ARROW AND NORTH WEST ARROW). Hex 292A, decimal 10538. It belongs to Supplemental Arrows-B (U+2900–U+297F).
Yes. Use ⤪. Numeric forms ⤪ and ⤪ also work.
No. ⤪ is U+292A (⤪), a combined SW+NW symbol. ↙ is U+2199, ↖ is U+2196, and ⤩ is U+2929 (SE+SW combined).
Use it for fork points, dual leftward routes, and multi-direction UI labels in flowcharts or navigation. Prefer a font that includes Supplemental Arrows-B.
HTML entities (⤪, ⤪, or ⤪) go in markup. The CSS escape \292A goes in stylesheet strings (usually content on ::before/::after).
🤔
Did you know?
South west arrow and north west arrow is Unicode U+292A (decimal 10538) — glyph ⤪ in Supplemental Arrows-B (U+2900–U+297F). HTML5 names it ⤪. Official name: SOUTH WEST ARROW AND NORTH WEST ARROW. Do not confuse with simple south west U+2199 (↙, ↙), north west U+2196 (↖), or SE+SW combined U+2929 (⤩, ⤩).