| Symbol Name | Latin Small Letter Chi With Low Right Ring |
| Unicode Version | 7.0 |
| Unicode | U+AB54 |
| Unicode block | |
| General category | Lowercase Letter (Ll) |
| UTF-8 | EA AD 94 |
| UTF-16 | AB54 |
| UTF-32 | 0000AB54 |
1\documentclass{article}2\usepackage{pifont}3\text{LATINSMALLLETTERCHIWITHLOWRIGHTRING}4\end{document}You can type the latin small letter chi with low right ring symbol on most modern devices with the help of following methods:
Alt + 43860 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "latin small letter chi with low right ring", or use Unicode Hex Input with AB54.
Ctrl + Shift + U, type ab54, 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.latin-small-letter-chi-with-low-right-ring::before { content: "\AB54"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>ꭔ</span>Latin Small Letter Chi With Low Right Ring symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\uAB54' or String.fromCodePoint(43860) |
| Python | '\N{LATIN SMALL LETTER CHI WITH LOW RIGHT RING}' or chr(43860) |
| Rust | '\u{AB54}' |
| C / C++ | UTF-8 source or wchar_t with U+AB54 |
| Go | string(rune(0xAB54)) |
| Ruby | "\u{AB54}" |
| CSS Code |
\AB54 |
| Hex Code | 0xAB54 |
| HTML Code | ꭔ |
| LaTeX | \text{LATINSMALLLETTERCHIWITHLOWRIGHTRING} |
| Symbol | ꭔ |
| URL encode (UTF-8 percent) | %EA%AD%94 |
| Spoken / screen reader name | Latin Small Letter Chi With Low Right Ring |