| Nome del simbolo | Leftwards Arrow To Black Diamond |
| Versione Unicode | 3.2 |
| Unicode | U+291D |
| Blocco Unicode | |
| Categoria generale | Math Symbol (Sm) |
| UTF-8 | E2 A4 9D |
| UTF-16 | 291D |
| UTF-32 | 0000291D |
1\documentclass{article}2\usepackage{pifont}3\text{LEFTWARDSARROWTOBLACKDIAMOND}4\end{document}Puoi digitare il simbolo leftwards arrow to black diamond sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 10525 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "leftwards arrow to black diamond", or use Unicode Hex Input with 291D.
Ctrl + Shift + U, type 291d, 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.leftwards-arrow-to-black-diamond::before { content: "\291D"; }1<span>⤝</span>La rappresentazione del simbolo Leftwards Arrow To Black Diamond nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\u291D' or String.fromCodePoint(10525) |
| Python | '\N{LEFTWARDS ARROW TO BLACK DIAMOND}' or chr(10525) |
| Rust | '\u{291D}' |
| C / C++ | UTF-8 source or wchar_t with U+291D |
| Go | string(rune(0x291D)) |
| Ruby | "\u{291D}" |
| Codice CSS |
\291D |
| Codice esadecimale | 0x291D |
| Codice HTML | ⤝ |
| LaTeX | \text{LEFTWARDSARROWTOBLACKDIAMOND} |
| Simbolo | ⤝ |
| Codifica URL (percentuale UTF-8) | %E2%A4%9D |
| Nome parlato / screen reader | Leftwards Arrow To Black Diamond |