| Symbol Name | Modifier Letter Small Turned W |
| Unicode Version | 13.0 |
| Unicode | U+AB69 |
| Unicode block | |
| General category | Modifier Letter (Lm) |
| CSS Code |
| UTF-8 | EA AD A9 |
| UTF-16 | AB69 |
| UTF-32 | 0000AB69 |
1\documentclass{article}2\usepackage{pifont}3\text{MODIFIERLETTERSMALLTURNEDW}4\end{document}You can type the modifier letter small turned w symbol on most modern devices with the help of following methods:
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>Modifier Letter Small Turned W symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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}" |
\AB69 |
| Hex Code | 0xAB69 |
| HTML Code | ꭩ |
| LaTeX | \text{MODIFIERLETTERSMALLTURNEDW} |
| Symbol | ꭩ |
| URL encode (UTF-8 percent) | %EA%AD%A9 |
| Spoken / screen reader name | Modifier Letter Small Turned W |