| Nombre del símbolo | Modifier Letter Raised Inverted Exclamation Mark |
| Versión Unicode | 5.1 |
| Unicode | U+A71E |
| Bloque Unicode | |
| Categoría general | Modifier Letter (Lm) |
| UTF-8 | EA 9C 9E |
| UTF-16 | A71E |
| UTF-32 | 0000A71E |
1\documentclass{article}2\usepackage{pifont}3\text{MODIFIERLETTERRAISEDINVERTEDEXCLAMATIONMARK}4\end{document}Puedes escribir el símbolo modifier letter raised inverted exclamation mark en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 42782 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "modifier letter raised inverted exclamation mark", or use Unicode Hex Input with A71E.
Ctrl + Shift + U, type a71e, 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-inverted-exclamation-mark::before { content: "\A71E"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>ꜞ</span>La representación del símbolo Modifier Letter Raised Inverted Exclamation Mark en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\uA71E' or String.fromCodePoint(42782) |
| Python | '\N{MODIFIER LETTER RAISED INVERTED EXCLAMATION MARK}' or chr(42782) |
| Rust | '\u{A71E}' |
| C / C++ | UTF-8 source or wchar_t with U+A71E |
| Go | string(rune(0xA71E)) |
| Ruby | "\u{A71E}" |
| Código CSS |
\A71E |
| Código hexadecimal | 0xA71E |
| Código HTML | ꜞ |
| LaTeX | \text{MODIFIERLETTERRAISEDINVERTEDEXCLAMATIONMARK} |
| Símbolo | ꜞ |
| Codificación URL (porcentaje UTF-8) | %EA%9C%9E |
| Nombre oral / lector de pantalla | Modifier Letter Raised Inverted Exclamation Mark |