| Nombre del símbolo | Three-d Bottom-lighted Rightwards Arrowhead |
| Versión Unicode | 1.1 |
| Unicode | U+27A3 |
| Bloque Unicode | |
| Categoría general | Other Symbol (So) |
| UTF-8 | E2 9E A3 |
| UTF-16 | 27A3 |
| UTF-32 | 000027A3 |
1\documentclass{article}2\usepackage{pifont}3\text{THREE-DBOTTOM-LIGHTEDRIGHTWARDSARROWHEAD}4\end{document}Puedes escribir el símbolo three-d bottom-lighted rightwards arrowhead en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 10147 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "three-d bottom-lighted rightwards arrowhead", or use Unicode Hex Input with 27A3.
Ctrl + Shift + U, type 27a3, 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.three-d-bottom-lighted-rightwards-arrowhead::before { content: "\27A3"; }1<span>➣</span>La representación del símbolo Three-d Bottom-lighted Rightwards Arrowhead en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\u27A3' or String.fromCodePoint(10147) |
| Python | '\N{THREE-D BOTTOM-LIGHTED RIGHTWARDS ARROWHEAD}' or chr(10147) |
| Rust | '\u{27A3}' |
| C / C++ | UTF-8 source or wchar_t with U+27A3 |
| Go | string(rune(0x27A3)) |
| Ruby | "\u{27A3}" |
| Código CSS |
\27A3 |
| Código hexadecimal | 0x27A3 |
| Código HTML | ➣ |
| LaTeX | \text{THREE-DBOTTOM-LIGHTEDRIGHTWARDSARROWHEAD} |
| Símbolo | ➣ |
| Codificación URL (porcentaje UTF-8) | %E2%9E%A3 |
| Nombre oral / lector de pantalla | Three-d Bottom-lighted Rightwards Arrowhead |