| Symbol Name | Drafting Point Rightwards Arrow |
| Unicode Version | 1.1 |
| Unicode | U+279B |
| Unicode block | |
| General category | Other Symbol (So) |
| CSS Code |
| UTF-8 | E2 9E 9B |
| UTF-16 | 279B |
| UTF-32 | 0000279B |
1\documentclass{article}2\usepackage{pifont}3\text{DRAFTINGPOINTRIGHTWARDSARROW}4\end{document}You can type the drafting point rightwards arrow symbol on most modern devices with the help of following methods:
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>Drafting Point Rightwards Arrow symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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}" |
\279B |
| Hex Code | 0x279B |
| HTML Code | ➛ |
| LaTeX | \text{DRAFTINGPOINTRIGHTWARDSARROW} |
| Symbol | ➛ |
| URL encode (UTF-8 percent) | %E2%9E%9B |
| Spoken / screen reader name | Drafting Point Rightwards Arrow |