| Nom du symbole | Modifier Letter Raised Up Arrow |
| Version Unicode | 5.1 |
| Unicode | U+A71B |
| Bloc Unicode | |
| Catégorie générale | Modifier Letter (Lm) |
| UTF-8 | EA 9C 9B |
| UTF-16 | A71B |
| UTF-32 | 0000A71B |
1\documentclass{article}2\usepackage{pifont}3\text{MODIFIERLETTERRAISEDUPARROW}4\end{document}Vous pouvez saisir le symbole modifier letter raised up arrow sur la plupart des appareils modernes avec les méthodes suivantes :
Alt + 42779 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "modifier letter raised up arrow", or use Unicode Hex Input with A71B.
Ctrl + Shift + U, type a71b, then Enter (layout-dependent).
Paste from this page, use text replacement, or pick from the Latin keyboard.
Paste from this page or use a keyboard with Latin letter support.
1span.modifier-letter-raised-up-arrow::before { content: "\A71B"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>ꜛ</span>La représentation du symbole Modifier Letter Raised Up Arrow dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\uA71B' or String.fromCodePoint(42779) |
| Python | '\N{MODIFIER LETTER RAISED UP ARROW}' or chr(42779) |
| Rust | '\u{A71B}' |
| C / C++ | UTF-8 source or wchar_t with U+A71B |
| Go | string(rune(0xA71B)) |
| Ruby | "\u{A71B}" |
| Code CSS |
\A71B |
| Code hexadécimal | 0xA71B |
| Code HTML | ꜛ |
| LaTeX | \text{MODIFIERLETTERRAISEDUPARROW} |
| Symbole | ꜛ |
| Encodage URL (pourcent UTF-8) | %EA%9C%9B |
| Nom oral / lecteur d’écran | Modifier Letter Raised Up Arrow |