| Nome del simbolo | Latin Small Letter O With Loop |
| Versione Unicode | 5.1 |
| Unicode | U+A74D |
| Blocco Unicode | |
| Categoria generale | Lowercase Letter (Ll) |
| UTF-8 | EA 9D 8D |
| UTF-16 | A74D |
| UTF-32 | 0000A74D |
1\documentclass{article}2\usepackage{pifont}3\text{LATINSMALLLETTEROWITHLOOP}4\end{document}Puoi digitare il simbolo latin small letter o with loop sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 42829 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "latin small letter o with loop", or use Unicode Hex Input with A74D.
Ctrl + Shift + U, type a74d, 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-loop::before { content: "\A74D"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>ꝍ</span>La rappresentazione del simbolo Latin Small Letter O With Loop nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\uA74D' or String.fromCodePoint(42829) |
| Python | '\N{LATIN SMALL LETTER O WITH LOOP}' or chr(42829) |
| Rust | '\u{A74D}' |
| C / C++ | UTF-8 source or wchar_t with U+A74D |
| Go | string(rune(0xA74D)) |
| Ruby | "\u{A74D}" |
| Codice CSS |
\A74D |
| Codice esadecimale | 0xA74D |
| Codice HTML | ꝍ |
| LaTeX | \text{LATINSMALLLETTEROWITHLOOP} |
| Simbolo | ꝍ |
| Codifica URL (percentuale UTF-8) | %EA%9D%8D |
| Nome parlato / screen reader | Latin Small Letter O With Loop |