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