| Symboolnaam | Left Fish Tail |
| Unicode-versie | 3.2 |
| Unicode | U+297C |
| Unicode-blok | |
| Algemene categorie | Math Symbol (Sm) |
| CSS-code | \297C |
| Hexadecimale code | 0x297C |
| HTML-code | ⥼ |
| LaTeX | \text{LEFTFISHTAIL} |
| Symbool | ⥼ |
| URL-codering (UTF-8 procent) | %E2%A5%BC |
| Uitgesproken naam / schermlezer | Left Fish Tail |
| UTF-8 | E2 A5 BC |
| UTF-16 | 297C |
| UTF-32 | 0000297C |
1\documentclass{article}2\usepackage{pifont}3\text{LEFTFISHTAIL}4\end{document}Je kunt het left fish tail-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 10620 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "left fish tail", or use Unicode Hex Input with 297C.
Ctrl + Shift + U, type 297c, 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.left-fish-tail::before { content: "\297C"; }1<span>⥼</span>De weergave van het Left Fish Tail-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\u297C' or String.fromCodePoint(10620) |
| Python | '\N{LEFT FISH TAIL}' or chr(10620) |
| Rust | '\u{297C}' |
| C / C++ | UTF-8 source or wchar_t with U+297C |
| Go | string(rune(0x297C)) |
| Ruby | "\u{297C}" |