| Symbol Name | Latin Small Letter Turned W |
| Unicode Version | 1.1 |
| Unicode | U+028D |
| Unicode block | |
| General category | Lowercase Letter (Ll) |
| CSS Code | \028D |
| Hex Code | 0x028D |
| HTML Code | ʍ |
| LaTeX | \text{LATINSMALLLETTERTURNEDW} |
| Symbol | ʍ |
| URL encode (UTF-8 percent) | %CA%8D |
| Spoken / screen reader name | Latin Small Letter Turned W |
| UTF-8 | CA 8D |
| UTF-16 | 028D |
| UTF-32 | 0000028D |
1\documentclass{article}2\usepackage{pifont}3\text{LATINSMALLLETTERTURNEDW}4\end{document}You can type the latin small letter turned w symbol on most modern devices with the help of following methods:
Alt + 653 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "latin small letter turned w", or use Unicode Hex Input with 028D.
Ctrl + Shift + U, type 028d, 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.turned-w::before { content: "\028D"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>ʍ</span>Latin Small Letter Turned W symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\u028D' or String.fromCodePoint(653) |
| Python | '\N{LATIN SMALL LETTER TURNED W}' or chr(653) |
| Rust | '\u{028D}' |
| C / C++ | UTF-8 source or wchar_t with U+028D |
| Go | string(rune(0x028D)) |
| Ruby | "\u{028D}" |