| Symboolnaam | White Triangle Containing Small White Triangle |
| Unicode-versie | 4.1 |
| Unicode | U+27C1 |
| Unicode-blok | |
| Algemene categorie | Math Symbol (Sm) |
| UTF-8 | E2 9F 81 |
| UTF-16 | 27C1 |
| UTF-32 | 000027C1 |
1\documentclass{article}2\usepackage{pifont}3\text{WHITETRIANGLECONTAININGSMALLWHITETRIANGLE}4\end{document}Je kunt het white triangle containing small white triangle-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 10177 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "white triangle containing small white triangle", or use Unicode Hex Input with 27C1.
Ctrl + Shift + U, type 27c1, 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-triangle-containing-small-white-triangle::before { content: "\27C1"; }1<span>⟁</span>De weergave van het White Triangle Containing Small White Triangle-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\u27C1' or String.fromCodePoint(10177) |
| Python | '\N{WHITE TRIANGLE CONTAINING SMALL WHITE TRIANGLE}' or chr(10177) |
| Rust | '\u{27C1}' |
| C / C++ | UTF-8 source or wchar_t with U+27C1 |
| Go | string(rune(0x27C1)) |
| Ruby | "\u{27C1}" |
| CSS-code |
\27C1 |
| Hexadecimale code | 0x27C1 |
| HTML-code | ⟁ |
| LaTeX | \text{WHITETRIANGLECONTAININGSMALLWHITETRIANGLE} |
| Symbool | ⟁ |
| URL-codering (UTF-8 procent) | %E2%9F%81 |
| Uitgesproken naam / schermlezer | White Triangle Containing Small White Triangle |