| Nombre del símbolo | Top Arc Clockwise Arrow With Minus |
| Versión Unicode | 3.2 |
| Unicode | U+293C |
| Bloque Unicode | |
| Categoría general | Math Symbol (Sm) |
| UTF-8 | E2 A4 BC |
| UTF-16 | 293C |
| UTF-32 | 0000293C |
1\documentclass{article}2\usepackage{pifont}3\text{TOPARCCLOCKWISEARROWWITHMINUS}4\end{document}Puedes escribir el símbolo top arc clockwise arrow with minus en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 10556 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "top arc clockwise arrow with minus", or use Unicode Hex Input with 293C.
Ctrl + Shift + U, type 293c, then Enter (layout-dependent).
Paste from this page, use text replacement, or pick from the symbol keyboard.
Paste from this page or use a keyboard with arrow symbol support.
1span.top-arc-clockwise-arrow-with-minus::before { content: "\293C"; }1<span>⤼</span>La representación del símbolo Top Arc Clockwise Arrow With Minus en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\u293C' or String.fromCodePoint(10556) |
| Python | '\N{TOP ARC CLOCKWISE ARROW WITH MINUS}' or chr(10556) |
| Rust | '\u{293C}' |
| C / C++ | UTF-8 source or wchar_t with U+293C |
| Go | string(rune(0x293C)) |
| Ruby | "\u{293C}" |
| Código CSS |
\293C |
| Código hexadecimal | 0x293C |
| Código HTML | ⤼ |
| LaTeX | \text{TOPARCCLOCKWISEARROWWITHMINUS} |
| Símbolo | ⤼ |
| Codificación URL (porcentaje UTF-8) | %E2%A4%BC |
| Nombre oral / lector de pantalla | Top Arc Clockwise Arrow With Minus |