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