| Nombre del símbolo | Modifier Letter Small Turned W |
| Versión Unicode | 13.0 |
| Unicode | U+AB69 |
| Bloque Unicode | |
| Categoría general | 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}Puedes escribir el símbolo modifier letter small turned w en la mayoría de dispositivos modernos con los siguientes métodos:
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 representación del símbolo Modifier Letter Small Turned W en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| 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}" |
| Código CSS |
\AB69 |
| Código hexadecimal | 0xAB69 |
| Código HTML | ꭩ |
| LaTeX | \text{MODIFIERLETTERSMALLTURNEDW} |
| Símbolo | ꭩ |
| Codificación URL (porcentaje UTF-8) | %EA%AD%A9 |
| Nombre oral / lector de pantalla | Modifier Letter Small Turned W |