| Nome del simbolo | Heavy Right-pointing Angle Bracket Ornament |
| Versione Unicode | 3.2 |
| Unicode | U+2771 |
| Blocco Unicode | |
| Categoria generale | Pe (Pe) |
| UTF-8 | E2 9D B1 |
| UTF-16 | 2771 |
| UTF-32 | 00002771 |
1\documentclass{article}2\usepackage{pifont}3\text{HEAVYRIGHT-POINTINGANGLEBRACKETORNAMENT}4\end{document}Puoi digitare il simbolo heavy right-pointing angle bracket ornament sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 10097 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "heavy right-pointing angle bracket ornament", or use Unicode Hex Input with 2771.
Ctrl + Shift + U, type 2771, then Enter (layout-dependent).
Paste from this page, use text replacement, or pick from the emoji keyboard.
Paste from this page or use a keyboard with ornament and fleuron support.
1span.heavy-right-pointing-angle-bracket-ornament::before { content: "\2771"; }1<span>❱</span>La rappresentazione del simbolo Heavy Right-pointing Angle Bracket Ornament nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\u2771' or String.fromCodePoint(10097) |
| Python | '\N{HEAVY RIGHT-POINTING ANGLE BRACKET ORNAMENT}' or chr(10097) |
| Rust | '\u{2771}' |
| C / C++ | UTF-8 source or wchar_t with U+2771 |
| Go | string(rune(0x2771)) |
| Ruby | "\u{2771}" |
| Codice CSS |
\2771 |
| Codice esadecimale | 0x2771 |
| Codice HTML | ❱ |
| LaTeX | \text{HEAVYRIGHT-POINTINGANGLEBRACKETORNAMENT} |
| Simbolo | ❱ |
| Codifica URL (percentuale UTF-8) | %E2%9D%B1 |
| Nome parlato / screen reader | Heavy Right-pointing Angle Bracket Ornament |