| Nombre del símbolo | Modifier Letter Small W |
| Versión Unicode | 1.1 |
| Unicode | U+02B7 |
| Bloque Unicode | |
| Categoría general | Modifier Letter (Lm) |
| Código CSS | \02B7 |
| Código hexadecimal | 0x02B7 |
| Código HTML | ʷ |
| LaTeX | \text{MODIFIERLETTERSMALLW} |
| Símbolo | ʷ |
| Codificación URL (porcentaje UTF-8) | %CA%B7 |
| Nombre oral / lector de pantalla | Modifier Letter Small W |
| UTF-8 | CA B7 |
| UTF-16 | 02B7 |
| UTF-32 | 000002B7 |
1\documentclass{article}2\usepackage{pifont}3\text{MODIFIERLETTERSMALLW}4\end{document}Puedes escribir el símbolo modifier letter small w en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 695 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "modifier letter small w", or use Unicode Hex Input with 02B7.
Ctrl + Shift + U, type 02b7, 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-w::before { content: "\02B7"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>ʷ</span>La representación del símbolo Modifier Letter Small W en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\u02B7' or String.fromCodePoint(695) |
| Python | '\N{MODIFIER LETTER SMALL W}' or chr(695) |
| Rust | '\u{02B7}' |
| C / C++ | UTF-8 source or wchar_t with U+02B7 |
| Go | string(rune(0x02B7)) |
| Ruby | "\u{02B7}" |