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