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