| Symbolname | White Down Pointing Index |
| Unicode-Version | 1.1 |
| Unicode | U+261F |
| Unicode-Block | |
| Allgemeine Kategorie | Other Symbol (So) |
| CSS-Code |
| UTF-8 | E2 98 9F |
| UTF-16 | 261F |
| UTF-32 | 0000261F |
1\documentclass{article}2\usepackage{pifont}3\text{WHITEDOWNPOINTINGINDEX}4\end{document}Sie können das Symbol white down pointing index auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
Alt + 9759 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "white down pointing index", or use Unicode Hex Input with 261F.
Ctrl + Shift + U, type 261f, then Enter (layout-dependent).
Paste from this page, use text replacement, or pick from the emoji keyboard.
Paste from this page or use a keyboard with ornament and fleuron support.
1span.white-down-pointing-index::before { content: "\261F"; }1<span>☟</span>Die Darstellung des Symbols White Down Pointing Index in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| JavaScript / TypeScript | '\u261F' or String.fromCodePoint(9759) |
| Python | '\N{WHITE DOWN POINTING INDEX}' or chr(9759) |
| Rust | '\u{261F}' |
| C / C++ | UTF-8 source or wchar_t with U+261F |
| Go | string(rune(0x261F)) |
| Ruby | "\u{261F}" |
\261F |
| Hexadezimalcode | 0x261F |
| HTML-Code | ☟ |
| LaTeX | \text{WHITEDOWNPOINTINGINDEX} |
| Symbol | ☟ |
| URL-Kodierung (UTF-8-Prozent) | %E2%98%9F |
| Ansagename (Screenreader) | White Down Pointing Index |