| Nom du symbole | Latin Small Letter O With Loop |
| Version Unicode | 5.1 |
| Unicode | U+A74D |
| Bloc Unicode | |
| Catégorie générale | 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}Vous pouvez saisir le symbole latin small letter o with loop sur la plupart des appareils modernes avec les méthodes suivantes :
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 représentation du symbole Latin Small Letter O With Loop dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| 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}" |
| Code CSS |
\A74D |
| Code hexadécimal | 0xA74D |
| Code HTML | ꝍ |
| LaTeX | \text{LATINSMALLLETTEROWITHLOOP} |
| Symbole | ꝍ |
| Encodage URL (pourcent UTF-8) | %EA%9D%8D |
| Nom oral / lecteur d’écran | Latin Small Letter O With Loop |