| Symbol Name | Leftwards Arrow To Black Diamond |
| Unicode Version | 3.2 |
| Unicode | U+291D |
| Unicode block | |
| General category | Math Symbol (Sm) |
| CSS Code |
| UTF-8 | E2 A4 9D |
| UTF-16 | 291D |
| UTF-32 | 0000291D |
1\documentclass{article}2\usepackage{pifont}3\text{LEFTWARDSARROWTOBLACKDIAMOND}4\end{document}You can type the leftwards arrow to black diamond symbol on most modern devices with the help of following methods:
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>Leftwards Arrow To Black Diamond symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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}" |
\291D |
| Hex Code | 0x291D |
| HTML Code | ⤝ |
| LaTeX | \text{LEFTWARDSARROWTOBLACKDIAMOND} |
| Symbol | ⤝ |
| URL encode (UTF-8 percent) | %E2%A4%9D |
| Spoken / screen reader name | Leftwards Arrow To Black Diamond |