| Nome del simbolo | Vertical Bar Beside Right Triangle |
| Versione Unicode | 3.2 |
| Unicode | U+29D0 |
| Blocco Unicode | |
| Categoria generale | Math Symbol (Sm) |
| UTF-8 | E2 A7 90 |
| UTF-16 | 29D0 |
| UTF-32 | 000029D0 |
1\documentclass{article}2\usepackage{pifont}3\text{VERTICALBARBESIDERIGHTTRIANGLE}4\end{document}Puoi digitare il simbolo vertical bar beside right triangle sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 10704 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "vertical bar beside right triangle", or use Unicode Hex Input with 29D0.
Ctrl + Shift + U, type 29d0, 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.vertical-bar-beside-right-triangle::before { content: "\29D0"; }1<span>⧐</span>La rappresentazione del simbolo Vertical Bar Beside Right Triangle nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\u29D0' or String.fromCodePoint(10704) |
| Python | '\N{VERTICAL BAR BESIDE RIGHT TRIANGLE}' or chr(10704) |
| Rust | '\u{29D0}' |
| C / C++ | UTF-8 source or wchar_t with U+29D0 |
| Go | string(rune(0x29D0)) |
| Ruby | "\u{29D0}" |
| Codice CSS |
\29D0 |
| Codice esadecimale | 0x29D0 |
| Codice HTML | ⧐ |
| LaTeX | \text{VERTICALBARBESIDERIGHTTRIANGLE} |
| Simbolo | ⧐ |
| Codifica URL (percentuale UTF-8) | %E2%A7%90 |
| Nome parlato / screen reader | Vertical Bar Beside Right Triangle |