| Nom du symbole | Latin Small Letter O With Long Stroke Overlay |
| Version Unicode | 5.1 |
| Unicode | U+A74B |
| Bloc Unicode | |
| Catégorie générale | Lowercase Letter (Ll) |
| UTF-8 | EA 9D 8B |
| UTF-16 | A74B |
| UTF-32 | 0000A74B |
1\documentclass{article}2\usepackage{pifont}3\text{LATINSMALLLETTEROWITHLONGSTROKEOVERLAY}4\end{document}Vous pouvez saisir le symbole latin small letter o with long stroke overlay sur la plupart des appareils modernes avec les méthodes suivantes :
Alt + 42827 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "latin small letter o with long stroke overlay", or use Unicode Hex Input with A74B.
Ctrl + Shift + U, type a74b, 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-long-stroke-overlay::before { content: "\A74B"; 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 Long Stroke Overlay dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\uA74B' or String.fromCodePoint(42827) |
| Python | '\N{LATIN SMALL LETTER O WITH LONG STROKE OVERLAY}' or chr(42827) |
| Rust | '\u{A74B}' |
| C / C++ | UTF-8 source or wchar_t with U+A74B |
| Go | string(rune(0xA74B)) |
| Ruby | "\u{A74B}" |
| Code CSS |
\A74B |
| Code hexadécimal | 0xA74B |
| Code HTML | ꝋ |
| LaTeX | \text{LATINSMALLLETTEROWITHLONGSTROKEOVERLAY} |
| Symbole | ꝋ |
| Encodage URL (pourcent UTF-8) | %EA%9D%8B |
| Nom oral / lecteur d’écran | Latin Small Letter O With Long Stroke Overlay |