HTML Entity for Top Arc Clockwise Arrow Minus (⤼)

Beginner
5 min read
Updated: Sep 2026
1 example
Unicode U+293C

What Is Top Arc Clockwise Arrow Minus?

Top arc clockwise arrow with minus (⤼) is the Unicode character at U+293C in Supplemental Arrows-B. Official name: TOP ARC CLOCKWISE ARROW WITH MINUS — the top-arc clockwise arrow combined with a minus sign.

Remember
Character     ⤼
Unicode       U+293C
Named entity  ⤼
Hex entity    ⤼
Decimal       ⤼
CSS escape    \293C
Not the same  ⤽ · ↻ · ↷

Prefer ⤼ in HTML markup. Numeric forms and typing ⤼ in UTF-8 also work. For the anticlockwise-plus sibling, use ⤽ (⤽).

Quick Reference

One table for every form you will actually use.

FormCodeWhere it goes
Named entity⤼HTML markup (preferred)
Direct character⤼HTML text (UTF-8)
Hex entity⤼HTML markup
Decimal entity⤼HTML markup
CSS escape\293CStylesheet content
Open circle (related)↻ (U+21BB)Clockwise open circle arrow

When to Use Which

SituationUse
Clockwise top-arc with minus⤼ or type ⤼
Anticlockwise top-arc with plus⤽ (⤽)
Open-circle clockwise arrow↻ (U+21BB)
Plain top-arc anticlockwise⤺ (U+293A)
Generated text via ::before / ::aftercontent: "\293C"

Live Preview

Top arc clockwise arrow minus rendered alone and next to related arrows.

Large glyph ⤼
Notation Reduce: ⤼
Compared ⤼  |  ⤽  |  ↻
Hint Compare: Minus ⤼ | Plus ⤽ | Open circle ↻
With entities Named: ⤼ | Hex: ⤼ | Decimal: ⤼

Complete HTML Example

One page that shows the symbol with named, hex, decimal, CSS escape, and a typed character. Use View Output or open the live editor.

Named + Hex + Decimal + CSS + Typed

Five ways to produce ⤼, plus a short label example.

html
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <title>Top Arc Clockwise Arrow Minus (⤼)</title>
  <style>
    #point::after {
      content: "\293C";
    }
  </style>
</head>
<body>
  <p>Using Named Entity: &curarrm;</p>
  <p>Using Hex Code: &#x293C;</p>
  <p>Using HTML Code: &#10556;</p>
  <p id="point">Using CSS Entity: </p>
  <p>Typed directly: ⤼</p>
  <p>Label: Reduce &curarrm;</p>
</body>
</html>
Try It Yourself

How It Works

1. Named: &curarrm; is the clearest HTML form for U+293C.

2. Hex: U+293C → &#x293C; in HTML. Same glyph as the named entity.

3. Decimal: same code point as 10556 → &#10556;. Same glyph as hex and named.

4. CSS: use \293C in content (not an HTML entity). #point::after appends that ⤼ after the paragraph text.

5. Typed / label: paste ⤼ in UTF-8, or write Reduce &curarrm; for a short UI label.

Pitfalls & Tips

Common mistakes when working with U+293C.

vs ⤽

Not the anticlockwise-plus form

⤽ (&cularrp;) is anticlockwise with a plus. Direction and sign both differ from ⤼.

vs ↻

Not an open-circle arrow

↻ (U+21BB) is the common clockwise open circle arrow. U+293C is a top-arc form that includes a minus.

Name

Remember &curarrm;

The name hints at curved right arrow with minus. Do not invent names like &toparcminus;.

Fonts

Needs Supplemental Arrows-B coverage

Some UI fonts omit rarer arrows. Prefer a stack that includes a symbols font if the glyph must always show.

CSS vs HTML

Do not mix escapes

\293C belongs in CSS strings. &curarrm; / &#x293C; / &#10556; belong in HTML.

A11y

Name the action in context

Screen readers may announce this unevenly. Prefer nearby plain-language text such as “reduce” or “rotate clockwise minus” when the arrow carries meaning.

Browser Support

Top arc clockwise arrow minus (U+293C) and its entity forms (&curarrm;, &#x293C;, &#10556;, CSS \\293C) are supported in all mainstream browsers. Visible glyphs depend on Supplemental Arrows-B font coverage.

✓ Universal support

Top Arc Clockwise Arrow Minus (&#x293C;)

Encode with named, hex, decimal, CSS escape, or type the character — same code point everywhere encoding is supported.

100% Browser coverage
Google Chrome Supported
Yes
Microsoft Edge Supported
Yes
Mozilla Firefox Supported
Yes
Apple Safari Supported
Yes
Opera Supported
Yes
Internet Explorer All versions
Yes
U+293C / &curarrm; Full support

Bottom line: Prefer &curarrm; in HTML. Use \\293C only inside CSS content. Do not confuse with &cularrp; (⤽).

Key Takeaways

  • Unicode: top arc clockwise arrow minus is U+293C (decimal 10556) — glyph ⤼.
  • HTML: prefer &curarrm; — also &#x293C; / &#10556;.
  • CSS: use \293C inside content for generated text.
  • Meaning: ⤼ is clockwise with minus — not ⤽ (&cularrp;), not ↻.

One line: U+293C → &curarrm; / &#x293C; / &#10556; / CSS \293C.

Frequently Asked Questions

Use &curarrm; (named), &#x293C; (hex), &#10556; (decimal), type ⤼ directly in UTF-8, or the CSS escape \293C in content. Prefer &curarrm; in normal HTML.
U+293C (TOP ARC CLOCKWISE ARROW WITH MINUS). Hex 293C, decimal 10556. It belongs to Supplemental Arrows-B (U+2900–U+297F).
Yes. Use &curarrm;. Numeric forms &#10556; and &#x293C; also work.
No. ⤼ is U+293C (&curarrm;, clockwise with minus). ⤽ is U+293D (&cularrp;, anticlockwise with plus). ↻ is U+21BB (clockwise open circle arrow).
Use it when your UI or math notation needs the top-arc clockwise arrow that includes a minus — not as a substitute for a plain clockwise open-circle arrow.
HTML entities (&curarrm;, &#10556;, or &#x293C;) go in markup. The CSS escape \293C goes in stylesheet strings (usually content on ::before/::after).

Did you know?

Top arc clockwise arrow with minus is Unicode U+293C (decimal 10556) — glyph ⤼ in Supplemental Arrows-B (U+2900–U+297F). HTML5 names it &curarrm;. Official name: TOP ARC CLOCKWISE ARROW WITH MINUS. Do not confuse with top arc anticlockwise arrow with plus U+293D (&cularrp;, ⤽) or clockwise open circle arrow U+21BB (↻).

Next: Trade Mark Sign

Learn the HTML entity for trade mark sign (U+2122).

Continue tutorial →

About the author

Mari Selvan M P
Mari Selvan M P 🔗

Developer, cloud engineer, and technical writer

  • Experience 12 years building web and cloud systems
  • Focus Full Stack Development, AWS, and Developer Education

I write practical tutorials so students and working developers can learn by doing—from databases and APIs to deployment on AWS.

8 people found this page helpful