| Symbolname | Triangle With Dot Above |
| Unicode-Version | 3.2 |
| Unicode | U+29CA |
| Unicode-Block | |
| Allgemeine Kategorie | Math Symbol (Sm) |
| UTF-8 | E2 A7 8A |
| UTF-16 | 29CA |
| UTF-32 | 000029CA |
1\documentclass{article}2\usepackage{pifont}3\text{TRIANGLEWITHDOTABOVE}4\end{document}Sie können das Symbol triangle with dot above auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
Alt + 10698 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "triangle with dot above", or use Unicode Hex Input with 29CA.
Ctrl + Shift + U, type 29ca, 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-dot-above::before { content: "\29CA"; }1<span>⧊</span>Die Darstellung des Symbols Triangle With Dot Above in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| JavaScript / TypeScript | '\u29CA' or String.fromCodePoint(10698) |
| Python | '\N{TRIANGLE WITH DOT ABOVE}' or chr(10698) |
| Rust | '\u{29CA}' |
| C / C++ | UTF-8 source or wchar_t with U+29CA |
| Go | string(rune(0x29CA)) |
| Ruby | "\u{29CA}" |
| CSS-Code |
\29CA |
| Hexadezimalcode | 0x29CA |
| HTML-Code | ⧊ |
| LaTeX | \text{TRIANGLEWITHDOTABOVE} |
| Symbol | ⧊ |
| URL-Kodierung (UTF-8-Prozent) | %E2%A7%8A |
| Ansagename (Screenreader) | Triangle With Dot Above |