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