| Symbolname | White Left-pointing Small Triangle |
| Unicode-Version | 1.1 |
| Unicode | U+25C3 |
| Unicode-Block | |
| Allgemeine Kategorie | Other Symbol (So) |
| CSS-Code |
| UTF-8 | E2 97 83 |
| UTF-16 | 25C3 |
| UTF-32 | 000025C3 |
1\documentclass{article}2\usepackage{pifont}3\text{WHITELEFT-POINTINGSMALLTRIANGLE}4\end{document}Sie können das Symbol white left-pointing small triangle auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
Alt + 9667 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "white left-pointing small triangle", or use Unicode Hex Input with 25C3.
Ctrl + Shift + U, type 25c3, 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-small-triangle::before { content: "\25C3"; }1<span>◃</span>Die Darstellung des Symbols White Left-pointing Small Triangle in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| JavaScript / TypeScript | '\u25C3' or String.fromCodePoint(9667) |
| Python | '\N{WHITE LEFT-POINTING SMALL TRIANGLE}' or chr(9667) |
| Rust | '\u{25C3}' |
| C / C++ | UTF-8 source or wchar_t with U+25C3 |
| Go | string(rune(0x25C3)) |
| Ruby | "\u{25C3}" |
\25C3 |
| Hexadezimalcode | 0x25C3 |
| HTML-Code | ◃ |
| LaTeX | \text{WHITELEFT-POINTINGSMALLTRIANGLE} |
| Symbol | ◃ |
| URL-Kodierung (UTF-8-Prozent) | %E2%97%83 |
| Ansagename (Screenreader) | White Left-pointing Small Triangle |