| Symbol Name | Rightwards Arrow With Dotted Stem |
| Unicode Version | 3.2 |
| Unicode | U+2911 |
| Unicode block | |
| General category | Math Symbol (Sm) |
| CSS Code |
| UTF-8 | E2 A4 91 |
| UTF-16 | 2911 |
| UTF-32 | 00002911 |
1\documentclass{article}2\usepackage{pifont}3\text{RIGHTWARDSARROWWITHDOTTEDSTEM}4\end{document}You can type the rightwards arrow with dotted stem symbol on most modern devices with the help of following methods:
Alt + 10513 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "rightwards arrow with dotted stem", or use Unicode Hex Input with 2911.
Ctrl + Shift + U, type 2911, 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.rightwards-arrow-with-dotted-stem::before { content: "\2911"; }1<span>⤑</span>Rightwards Arrow With Dotted Stem symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\u2911' or String.fromCodePoint(10513) |
| Python | '\N{RIGHTWARDS ARROW WITH DOTTED STEM}' or chr(10513) |
| Rust | '\u{2911}' |
| C / C++ | UTF-8 source or wchar_t with U+2911 |
| Go | string(rune(0x2911)) |
| Ruby | "\u{2911}" |
\2911 |
| Hex Code | 0x2911 |
| HTML Code | ⤑ |
| LaTeX | \text{RIGHTWARDSARROWWITHDOTTEDSTEM} |
| Symbol | ⤑ |
| URL encode (UTF-8 percent) | %E2%A4%91 |
| Spoken / screen reader name | Rightwards Arrow With Dotted Stem |