| Nome del simbolo | Black-feathered South East Arrow |
| Versione Unicode | 1.1 |
| Unicode | U+27B4 |
| Blocco Unicode | |
| Categoria generale | Other Symbol (So) |
| UTF-8 | E2 9E B4 |
| UTF-16 | 27B4 |
| UTF-32 | 000027B4 |
1\documentclass{article}2\usepackage{pifont}3\text{BLACK-FEATHEREDSOUTHEASTARROW}4\end{document}Puoi digitare il simbolo black-feathered south east arrow sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 10164 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "black-feathered south east arrow", or use Unicode Hex Input with 27B4.
Ctrl + Shift + U, type 27b4, 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.black-feathered-south-east-arrow::before { content: "\27B4"; }1<span>➴</span>La rappresentazione del simbolo Black-feathered South East Arrow nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\u27B4' or String.fromCodePoint(10164) |
| Python | '\N{BLACK-FEATHERED SOUTH EAST ARROW}' or chr(10164) |
| Rust | '\u{27B4}' |
| C / C++ | UTF-8 source or wchar_t with U+27B4 |
| Go | string(rune(0x27B4)) |
| Ruby | "\u{27B4}" |
| Codice CSS |
\27B4 |
| Codice esadecimale | 0x27B4 |
| Codice HTML | ➴ |
| LaTeX | \text{BLACK-FEATHEREDSOUTHEASTARROW} |
| Simbolo | ➴ |
| Codifica URL (percentuale UTF-8) | %E2%9E%B4 |
| Nome parlato / screen reader | Black-feathered South East Arrow |