| Nombre del símbolo | Latin Small Letter O With Loop |
| Versión Unicode | 5.1 |
| Unicode | U+A74D |
| Bloque Unicode | |
| Categoría general | 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}Puedes escribir el símbolo latin small letter o with loop en la mayoría de dispositivos modernos con los siguientes métodos:
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 representación del símbolo Latin Small Letter O With Loop en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| 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}" |
| Código CSS |
\A74D |
| Código hexadecimal | 0xA74D |
| Código HTML | ꝍ |
| LaTeX | \text{LATINSMALLLETTEROWITHLOOP} |
| Símbolo | ꝍ |
| Codificación URL (porcentaje UTF-8) | %EA%9D%8D |
| Nombre oral / lector de pantalla | Latin Small Letter O With Loop |