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