| Nome del simbolo | White Triangle Containing Small White Triangle |
| Versione Unicode | 4.1 |
| Unicode | U+27C1 |
| Blocco Unicode | |
| Categoria generale | 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}Puoi digitare il simbolo white triangle containing small white triangle sulla maggior parte dei dispositivi moderni con i seguenti metodi:
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>La rappresentazione del simbolo White Triangle Containing Small White Triangle nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| 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}" |
| Codice CSS | \27C1 |
| Codice esadecimale | 0x27C1 |
| Codice HTML | ⟁ |
| LaTeX | \text{WHITETRIANGLECONTAININGSMALLWHITETRIANGLE} |
| Simbolo | ⟁ |
| Codifica URL (percentuale UTF-8) | %E2%9F%81 |
| Nome parlato / screen reader | White Triangle Containing Small White Triangle |