| Symbol Name | S In Triangle |
| Unicode Version | 3.2 |
| Unicode | U+29CC |
| Unicode block | |
| General category | Math Symbol (Sm) |
| CSS Code | \29CC |
| Hex Code | 0x29CC |
| HTML Code | ⧌ |
| LaTeX | \text{SINTRIANGLE} |
| Symbol | ⧌ |
| URL encode (UTF-8 percent) | %E2%A7%8C |
| Spoken / screen reader name | S In Triangle |
| UTF-8 | E2 A7 8C |
| UTF-16 | 29CC |
| UTF-32 | 000029CC |
1\documentclass{article}2\usepackage{pifont}3\text{SINTRIANGLE}4\end{document}You can type the s in triangle symbol on most modern devices with the help of following methods:
Alt + 10700 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "s in triangle", or use Unicode Hex Input with 29CC.
Ctrl + Shift + U, type 29cc, 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.s-in-triangle::before { content: "\29CC"; }1<span>⧌</span>S In Triangle symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\u29CC' or String.fromCodePoint(10700) |
| Python | '\N{S IN TRIANGLE}' or chr(10700) |
| Rust | '\u{29CC}' |
| C / C++ | UTF-8 source or wchar_t with U+29CC |
| Go | string(rune(0x29CC)) |
| Ruby | "\u{29CC}" |