| Nombre del símbolo | Front-tilted Shadowed White Rightwards Arrow |
| Versión Unicode | 1.1 |
| Unicode | U+27AC |
| Bloque Unicode | |
| Categoría general | Other Symbol (So) |
| UTF-8 | E2 9E AC |
| UTF-16 | 27AC |
| UTF-32 | 000027AC |
1\documentclass{article}2\usepackage{pifont}3\text{FRONT-TILTEDSHADOWEDWHITERIGHTWARDSARROW}4\end{document}Puedes escribir el símbolo front-tilted shadowed white rightwards arrow en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 10156 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "front-tilted shadowed white rightwards arrow", or use Unicode Hex Input with 27AC.
Ctrl + Shift + U, type 27ac, 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.front-tilted-shadowed-white-rightwards-arrow::before { content: "\27AC"; }1<span>➬</span>La representación del símbolo Front-tilted Shadowed White Rightwards Arrow en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\u27AC' or String.fromCodePoint(10156) |
| Python | '\N{FRONT-TILTED SHADOWED WHITE RIGHTWARDS ARROW}' or chr(10156) |
| Rust | '\u{27AC}' |
| C / C++ | UTF-8 source or wchar_t with U+27AC |
| Go | string(rune(0x27AC)) |
| Ruby | "\u{27AC}" |
| Código CSS |
\27AC |
| Código hexadecimal | 0x27AC |
| Código HTML | ➬ |
| LaTeX | \text{FRONT-TILTEDSHADOWEDWHITERIGHTWARDSARROW} |
| Símbolo | ➬ |
| Codificación URL (porcentaje UTF-8) | %E2%9E%AC |
| Nombre oral / lector de pantalla | Front-tilted Shadowed White Rightwards Arrow |