| Nom du symbole | White Right Pointing Index |
| Version Unicode | 1.1 |
| Unicode | U+261E |
| Bloc Unicode | |
| Catégorie générale | Other Symbol (So) |
| UTF-8 | E2 98 9E |
| UTF-16 | 261E |
| UTF-32 | 0000261E |
1\documentclass{article}2\usepackage{pifont}3\text{WHITERIGHTPOINTINGINDEX}4\end{document}Vous pouvez saisir le symbole white right pointing index sur la plupart des appareils modernes avec les méthodes suivantes :
Alt + 9758 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "white right pointing index", or use Unicode Hex Input with 261E.
Ctrl + Shift + U, type 261e, 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-right-pointing-index::before { content: "\261E"; }1<span>☞</span>La représentation du symbole White Right Pointing Index dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\u261E' or String.fromCodePoint(9758) |
| Python | '\N{WHITE RIGHT POINTING INDEX}' or chr(9758) |
| Rust | '\u{261E}' |
| C / C++ | UTF-8 source or wchar_t with U+261E |
| Go | string(rune(0x261E)) |
| Ruby | "\u{261E}" |
| Code CSS |
\261E |
| Code hexadécimal | 0x261E |
| Code HTML | ☞ |
| LaTeX | \text{WHITERIGHTPOINTINGINDEX} |
| Symbole | ☞ |
| Encodage URL (pourcent UTF-8) | %E2%98%9E |
| Nom oral / lecteur d’écran | White Right Pointing Index |