| Symbol Name | Latin Small Letter O With Loop |
| Unicode Version | 5.1 |
| Unicode | U+A74D |
| Unicode block | |
| General category | Lowercase Letter (Ll) |
| CSS Code |
| UTF-8 | EA 9D 8D |
| UTF-16 | A74D |
| UTF-32 | 0000A74D |
1\documentclass{article}2\usepackage{pifont}3\text{LATINSMALLLETTEROWITHLOOP}4\end{document}You can type the latin small letter o with loop symbol on most modern devices with the help of following methods:
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>Latin Small Letter O With Loop symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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}" |
\A74D |
| Hex Code | 0xA74D |
| HTML Code | ꝍ |
| LaTeX | \text{LATINSMALLLETTEROWITHLOOP} |
| Symbol | ꝍ |
| URL encode (UTF-8 percent) | %EA%9D%8D |
| Spoken / screen reader name | Latin Small Letter O With Loop |