| Symboolnaam | White Up-pointing Triangle With Dot |
| Unicode-versie | 1.1 |
| Unicode | U+25EC |
| Unicode-blok | |
| Algemene categorie | Other Symbol (So) |
| CSS-code |
| UTF-8 | E2 97 AC |
| UTF-16 | 25EC |
| UTF-32 | 000025EC |
1\documentclass{article}2\usepackage{pifont}3\text{WHITEUP-POINTINGTRIANGLEWITHDOT}4\end{document}Je kunt het white up-pointing triangle with dot-symbool op de meeste moderne apparaten typen met de volgende methoden:
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>De weergave van het White Up-pointing Triangle With Dot-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| 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}" |
\25EC |
| Hexadecimale code | 0x25EC |
| HTML-code | ◬ |
| LaTeX | \text{WHITEUP-POINTINGTRIANGLEWITHDOT} |
| Symbool | ◬ |
| URL-codering (UTF-8 procent) | %E2%97%AC |
| Uitgesproken naam / schermlezer | White Up-pointing Triangle With Dot |