| Nom du symbole | White Left-pointing Triangle |
| Version Unicode | 1.1 |
| Unicode | U+25C1 |
| Bloc Unicode | |
| Catégorie générale | Math Symbol (Sm) |
| UTF-8 | E2 97 81 |
| UTF-16 | 25C1 |
| UTF-32 | 000025C1 |
1\documentclass{article}2\usepackage{pifont}3\text{WHITELEFT-POINTINGTRIANGLE}4\end{document}Vous pouvez saisir le symbole white left-pointing triangle sur la plupart des appareils modernes avec les méthodes suivantes :
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>La représentation du symbole White Left-pointing Triangle dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| 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}" |
| Code CSS |
\25C1 |
| Code hexadécimal | 0x25C1 |
| Code HTML | ◁ |
| LaTeX | \text{WHITELEFT-POINTINGTRIANGLE} |
| Symbole | ◁ |
| Encodage URL (pourcent UTF-8) | %E2%97%81 |
| Nom oral / lecteur d’écran | White Left-pointing Triangle |