| Symbol Name | Modifier Letter Lower Right Corner Angle |
| Unicode Version | 5.0 |
| Unicode | U+A71A |
| Unicode block | |
| General category | Modifier Letter (Lm) |
| UTF-8 | EA 9C 9A |
| UTF-16 | A71A |
| UTF-32 | 0000A71A |
1\documentclass{article}2\usepackage{pifont}3\text{MODIFIERLETTERLOWERRIGHTCORNERANGLE}4\end{document}You can type the modifier letter lower right corner angle symbol on most modern devices with the help of following methods:
Alt + 42778 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "modifier letter lower right corner angle", or use Unicode Hex Input with A71A.
Ctrl + Shift + U, type a71a, 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-lower-right-corner-angle::before { content: "\A71A"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>ꜚ</span>Modifier Letter Lower Right Corner Angle symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\uA71A' or String.fromCodePoint(42778) |
| Python | '\N{MODIFIER LETTER LOWER RIGHT CORNER ANGLE}' or chr(42778) |
| Rust | '\u{A71A}' |
| C / C++ | UTF-8 source or wchar_t with U+A71A |
| Go | string(rune(0xA71A)) |
| Ruby | "\u{A71A}" |
| CSS Code |
\A71A |
| Hex Code | 0xA71A |
| HTML Code | ꜚ |
| LaTeX | \text{MODIFIERLETTERLOWERRIGHTCORNERANGLE} |
| Symbol | ꜚ |
| URL encode (UTF-8 percent) | %EA%9C%9A |
| Spoken / screen reader name | Modifier Letter Lower Right Corner Angle |