| Nome del simbolo | Drafting Point Rightwards Arrow |
| Versione Unicode | 1.1 |
| Unicode | U+279B |
| Blocco Unicode | |
| Categoria generale | Other Symbol (So) |
| UTF-8 | E2 9E 9B |
| UTF-16 | 279B |
| UTF-32 | 0000279B |
1\documentclass{article}2\usepackage{pifont}3\text{DRAFTINGPOINTRIGHTWARDSARROW}4\end{document}Puoi digitare il simbolo drafting point rightwards arrow sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 10139 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "drafting point rightwards arrow", or use Unicode Hex Input with 279B.
Ctrl + Shift + U, type 279b, 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 arrow symbol support.
1span.drafting-point-rightwards-arrow::before { content: "\279B"; }1<span>➛</span>La rappresentazione del simbolo Drafting Point Rightwards Arrow nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\u279B' or String.fromCodePoint(10139) |
| Python | '\N{DRAFTING POINT RIGHTWARDS ARROW}' or chr(10139) |
| Rust | '\u{279B}' |
| C / C++ | UTF-8 source or wchar_t with U+279B |
| Go | string(rune(0x279B)) |
| Ruby | "\u{279B}" |
| Codice CSS |
\279B |
| Codice esadecimale | 0x279B |
| Codice HTML | ➛ |
| LaTeX | \text{DRAFTINGPOINTRIGHTWARDSARROW} |
| Simbolo | ➛ |
| Codifica URL (percentuale UTF-8) | %E2%9E%9B |
| Nome parlato / screen reader | Drafting Point Rightwards Arrow |