| Nome del simbolo | Modifier Letter Raised Down Arrow |
| Versione Unicode | 5.1 |
| Unicode | U+A71C |
| Blocco Unicode | |
| Categoria generale | Modifier Letter (Lm) |
| UTF-8 | EA 9C 9C |
| UTF-16 | A71C |
| UTF-32 | 0000A71C |
1\documentclass{article}2\usepackage{pifont}3\text{MODIFIERLETTERRAISEDDOWNARROW}4\end{document}Puoi digitare il simbolo modifier letter raised down arrow sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 42780 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "modifier letter raised down arrow", or use Unicode Hex Input with A71C.
Ctrl + Shift + U, type a71c, 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-down-arrow::before { content: "\A71C"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>ꜜ</span>La rappresentazione del simbolo Modifier Letter Raised Down Arrow nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\uA71C' or String.fromCodePoint(42780) |
| Python | '\N{MODIFIER LETTER RAISED DOWN ARROW}' or chr(42780) |
| Rust | '\u{A71C}' |
| C / C++ | UTF-8 source or wchar_t with U+A71C |
| Go | string(rune(0xA71C)) |
| Ruby | "\u{A71C}" |
| Codice CSS |
\A71C |
| Codice esadecimale | 0xA71C |
| Codice HTML | ꜜ |
| LaTeX | \text{MODIFIERLETTERRAISEDDOWNARROW} |
| Simbolo | ꜜ |
| Codifica URL (percentuale UTF-8) | %EA%9C%9C |
| Nome parlato / screen reader | Modifier Letter Raised Down Arrow |