| Symbol Name | Modifier Letter Low Inverted Exclamation Mark |
| Unicode Version | 5.1 |
| Unicode | U+A71F |
| Unicode block | |
| General category | 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}You can type the modifier letter low inverted exclamation mark symbol on most modern devices with the help of following methods:
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>Modifier Letter Low Inverted Exclamation Mark symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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}" |
| CSS Code |
\A71F |
| Hex Code | 0xA71F |
| HTML Code | ꜟ |
| LaTeX | \text{MODIFIERLETTERLOWINVERTEDEXCLAMATIONMARK} |
| Symbol | ꜟ |
| URL encode (UTF-8 percent) | %EA%9C%9F |
| Spoken / screen reader name | Modifier Letter Low Inverted Exclamation Mark |