| Nom du symbole | Drafting Point Rightwards Arrow |
| Version Unicode | 1.1 |
| Unicode | U+279B |
| Bloc Unicode | |
| Catégorie générale | Other Symbol (So) |
| Code CSS |
| UTF-8 | E2 9E 9B |
| UTF-16 | 279B |
| UTF-32 | 0000279B |
1\documentclass{article}2\usepackage{pifont}3\text{DRAFTINGPOINTRIGHTWARDSARROW}4\end{document}Vous pouvez saisir le symbole drafting point rightwards arrow sur la plupart des appareils modernes avec les méthodes suivantes :
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 représentation du symbole Drafting Point Rightwards Arrow dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| 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 |
| Code hexadécimal | 0x279B |
| Code HTML | ➛ |
| LaTeX | \text{DRAFTINGPOINTRIGHTWARDSARROW} |
| Symbole | ➛ |
| Encodage URL (pourcent UTF-8) | %E2%9E%9B |
| Nom oral / lecteur d’écran | Drafting Point Rightwards Arrow |