| Symboolnaam | Triangle With Underbar |
| Unicode-versie | 3.2 |
| Unicode | U+29CB |
| Unicode-blok | |
| Algemene categorie | Math Symbol (Sm) |
| CSS-code | \29CB |
| Hexadecimale code | 0x29CB |
| HTML-code | ⧋ |
| LaTeX | \text{TRIANGLEWITHUNDERBAR} |
| Symbool | ⧋ |
| URL-codering (UTF-8 procent) | %E2%A7%8B |
| Uitgesproken naam / schermlezer | Triangle With Underbar |
| UTF-8 | E2 A7 8B |
| UTF-16 | 29CB |
| UTF-32 | 000029CB |
1\documentclass{article}2\usepackage{pifont}3\text{TRIANGLEWITHUNDERBAR}4\end{document}Je kunt het triangle with underbar-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 10699 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "triangle with underbar", or use Unicode Hex Input with 29CB.
Ctrl + Shift + U, type 29cb, 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.triangle-with-underbar::before { content: "\29CB"; }1<span>⧋</span>De weergave van het Triangle With Underbar-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\u29CB' or String.fromCodePoint(10699) |
| Python | '\N{TRIANGLE WITH UNDERBAR}' or chr(10699) |
| Rust | '\u{29CB}' |
| C / C++ | UTF-8 source or wchar_t with U+29CB |
| Go | string(rune(0x29CB)) |
| Ruby | "\u{29CB}" |