| Symboolnaam | White Left-pointing Triangle |
| Unicode-versie | 1.1 |
| Unicode | U+25C1 |
| Unicode-blok | |
| Algemene categorie | Math Symbol (Sm) |
| CSS-code |
| UTF-8 | E2 97 81 |
| UTF-16 | 25C1 |
| UTF-32 | 000025C1 |
1\documentclass{article}2\usepackage{pifont}3\text{WHITELEFT-POINTINGTRIANGLE}4\end{document}Je kunt het white left-pointing triangle-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 9665 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "white left-pointing triangle", or use Unicode Hex Input with 25C1.
Ctrl + Shift + U, type 25c1, 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 geometric symbol support.
1span.white-left-pointing-triangle::before { content: "\25C1"; }1<span>◁</span>De weergave van het White Left-pointing Triangle-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\u25C1' or String.fromCodePoint(9665) |
| Python | '\N{WHITE LEFT-POINTING TRIANGLE}' or chr(9665) |
| Rust | '\u{25C1}' |
| C / C++ | UTF-8 source or wchar_t with U+25C1 |
| Go | string(rune(0x25C1)) |
| Ruby | "\u{25C1}" |
\25C1 |
| Hexadecimale code | 0x25C1 |
| HTML-code | ◁ |
| LaTeX | \text{WHITELEFT-POINTINGTRIANGLE} |
| Symbool | ◁ |
| URL-codering (UTF-8 procent) | %E2%97%81 |
| Uitgesproken naam / schermlezer | White Left-pointing Triangle |