| Nombre del símbolo | Heavy Black-feathered South East Arrow |
| Versión Unicode | 1.1 |
| Unicode | U+27B7 |
| Bloque Unicode | |
| Categoría general | Other Symbol (So) |
| UTF-8 | E2 9E B7 |
| UTF-16 | 27B7 |
| UTF-32 | 000027B7 |
1\documentclass{article}2\usepackage{pifont}3\text{HEAVYBLACK-FEATHEREDSOUTHEASTARROW}4\end{document}Puedes escribir el símbolo heavy black-feathered south east arrow en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 10167 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "heavy black-feathered south east arrow", or use Unicode Hex Input with 27B7.
Ctrl + Shift + U, type 27b7, 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.heavy-black-feathered-south-east-arrow::before { content: "\27B7"; }1<span>➷</span>La representación del símbolo Heavy Black-feathered South East Arrow en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\u27B7' or String.fromCodePoint(10167) |
| Python | '\N{HEAVY BLACK-FEATHERED SOUTH EAST ARROW}' or chr(10167) |
| Rust | '\u{27B7}' |
| C / C++ | UTF-8 source or wchar_t with U+27B7 |
| Go | string(rune(0x27B7)) |
| Ruby | "\u{27B7}" |
| Código CSS |
\27B7 |
| Código hexadecimal | 0x27B7 |
| Código HTML | ➷ |
| LaTeX | \text{HEAVYBLACK-FEATHEREDSOUTHEASTARROW} |
| Símbolo | ➷ |
| Codificación URL (porcentaje UTF-8) | %E2%9E%B7 |
| Nombre oral / lector de pantalla | Heavy Black-feathered South East Arrow |