| Nome del simbolo | Latin Small Letter O With Low Ring Inside |
| Versione Unicode | 5.1 |
| Unicode | U+2C7A |
| Blocco Unicode | |
| Categoria generale | 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}Puoi digitare il simbolo latin small letter o with low ring inside sulla maggior parte dei dispositivi moderni con i seguenti metodi:
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>La rappresentazione del simbolo Latin Small Letter O With Low Ring Inside nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| 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}" |
| Codice CSS |
\2C7A |
| Codice esadecimale | 0x2C7A |
| Codice HTML | ⱺ |
| LaTeX | \text{LATINSMALLLETTEROWITHLOWRINGINSIDE} |
| Simbolo | ⱺ |
| Codifica URL (percentuale UTF-8) | %E2%B1%BA |
| Nome parlato / screen reader | Latin Small Letter O With Low Ring Inside |