| Symbol Name | White Triangle Containing Small White Triangle |
| Unicode Version | 4.1 |
| Unicode | U+27C1 |
| Unicode block | |
| General category | 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}You can type the white triangle containing small white triangle symbol on most modern devices with the help of following methods:
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>White Triangle Containing Small White Triangle symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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 |
| Hex Code | 0x27C1 |
| HTML Code | ⟁ |
| LaTeX | \text{WHITETRIANGLECONTAININGSMALLWHITETRIANGLE} |
| Symbol | ⟁ |
| URL encode (UTF-8 percent) | %E2%9F%81 |
| Spoken / screen reader name | White Triangle Containing Small White Triangle |