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