| Nombre del símbolo | Triangle With Serifs At Bottom |
| Versión Unicode | 3.2 |
| Unicode | U+29CD |
| Bloque Unicode | |
| Categoría general | 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}Puedes escribir el símbolo triangle with serifs at bottom en la mayoría de dispositivos modernos con los siguientes métodos:
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 representación del símbolo Triangle With Serifs At Bottom en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| 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}" |
| Código CSS |
\29CD |
| Código hexadecimal | 0x29CD |
| Código HTML | ⧍ |
| LaTeX | \text{TRIANGLEWITHSERIFSATBOTTOM} |
| Símbolo | ⧍ |
| Codificación URL (porcentaje UTF-8) | %E2%A7%8D |
| Nombre oral / lector de pantalla | Triangle With Serifs At Bottom |