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