| Nom du symbole | Triangle With Serifs At Bottom |
| Version Unicode | 3.2 |
| Unicode | U+29CD |
| Bloc Unicode | |
| Catégorie générale | 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}Vous pouvez saisir le symbole triangle with serifs at bottom sur la plupart des appareils modernes avec les méthodes suivantes :
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>La représentation du symbole Triangle With Serifs At Bottom dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| 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}" |
| Code CSS |
\29CD |
| Code hexadécimal | 0x29CD |
| Code HTML | ⧍ |
| LaTeX | \text{TRIANGLEWITHSERIFSATBOTTOM} |
| Symbole | ⧍ |
| Encodage URL (pourcent UTF-8) | %E2%A7%8D |
| Nom oral / lecteur d’écran | Triangle With Serifs At Bottom |