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