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