| Nom du symbole | Modifier Letter Capital Ou |
| Version Unicode | 4.0 |
| Unicode | U+1D3D |
| Bloc Unicode | |
| Catégorie générale | Modifier Letter (Lm) |
| UTF-8 | E1 B4 BD |
| UTF-16 | 1D3D |
| UTF-32 | 00001D3D |
1\documentclass{article}2\usepackage{pifont}3\text{MODIFIERLETTERCAPITALOU}4\end{document}Vous pouvez saisir le symbole modifier letter capital ou sur la plupart des appareils modernes avec les méthodes suivantes :
Alt + 7485 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "modifier letter capital ou", or use Unicode Hex Input with 1D3D.
Ctrl + Shift + U, type 1d3d, 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.modifier-letter-capital-ou::before { content: "\1D3D"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>ᴽ</span>La représentation du symbole Modifier Letter Capital Ou dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\u1D3D' or String.fromCodePoint(7485) |
| Python | '\N{MODIFIER LETTER CAPITAL OU}' or chr(7485) |
| Rust | '\u{1D3D}' |
| C / C++ | UTF-8 source or wchar_t with U+1D3D |
| Go | string(rune(0x1D3D)) |
| Ruby | "\u{1D3D}" |
| Code CSS |
\1D3D |
| Code hexadécimal | 0x1D3D |
| Code HTML | ᴽ |
| LaTeX | \text{MODIFIERLETTERCAPITALOU} |
| Symbole | ᴽ |
| Encodage URL (pourcent UTF-8) | %E1%B4%BD |
| Nom oral / lecteur d’écran | Modifier Letter Capital Ou |