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