| Symboolnaam | Leftwards Arrow Through Less-than |
| Unicode-versie | 3.2 |
| Unicode | U+2977 |
| Unicode-blok | |
| Algemene categorie | Math Symbol (Sm) |
| CSS-code |
| UTF-8 | E2 A5 B7 |
| UTF-16 | 2977 |
| UTF-32 | 00002977 |
1\documentclass{article}2\usepackage{pifont}3\text{LEFTWARDSARROWTHROUGHLESS-THAN}4\end{document}Je kunt het leftwards arrow through less-than-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 10615 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "leftwards arrow through less-than", or use Unicode Hex Input with 2977.
Ctrl + Shift + U, type 2977, 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-through-less-than::before { content: "\2977"; }1<span>⥷</span>De weergave van het Leftwards Arrow Through Less-than-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\u2977' or String.fromCodePoint(10615) |
| Python | '\N{LEFTWARDS ARROW THROUGH LESS-THAN}' or chr(10615) |
| Rust | '\u{2977}' |
| C / C++ | UTF-8 source or wchar_t with U+2977 |
| Go | string(rune(0x2977)) |
| Ruby | "\u{2977}" |
\2977 |
| Hexadecimale code | 0x2977 |
| HTML-code | ⥷ |
| LaTeX | \text{LEFTWARDSARROWTHROUGHLESS-THAN} |
| Symbool | ⥷ |
| URL-codering (UTF-8 procent) | %E2%A5%B7 |
| Uitgesproken naam / schermlezer | Leftwards Arrow Through Less-than |