| Nom du symbole | White Up-pointing Triangle With Dot |
| Version Unicode | 1.1 |
| Unicode | U+25EC |
| Bloc Unicode | |
| Catégorie générale | Other Symbol (So) |
| UTF-8 | E2 97 AC |
| UTF-16 | 25EC |
| UTF-32 | 000025EC |
1\documentclass{article}2\usepackage{pifont}3\text{WHITEUP-POINTINGTRIANGLEWITHDOT}4\end{document}Vous pouvez saisir le symbole white up-pointing triangle with dot sur la plupart des appareils modernes avec les méthodes suivantes :
Alt + 9708 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "white up-pointing triangle with dot", or use Unicode Hex Input with 25EC.
Ctrl + Shift + U, type 25ec, 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-up-pointing-triangle-with-dot::before { content: "\25EC"; }1<span>◬</span>La représentation du symbole White Up-pointing Triangle With Dot dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\u25EC' or String.fromCodePoint(9708) |
| Python | '\N{WHITE UP-POINTING TRIANGLE WITH DOT}' or chr(9708) |
| Rust | '\u{25EC}' |
| C / C++ | UTF-8 source or wchar_t with U+25EC |
| Go | string(rune(0x25EC)) |
| Ruby | "\u{25EC}" |
| Code CSS |
\25EC |
| Code hexadécimal | 0x25EC |
| Code HTML | ◬ |
| LaTeX | \text{WHITEUP-POINTINGTRIANGLEWITHDOT} |
| Symbole | ◬ |
| Encodage URL (pourcent UTF-8) | %E2%97%AC |
| Nom oral / lecteur d’écran | White Up-pointing Triangle With Dot |