| Nombre del símbolo | Latin Letter Wynn |
| Versión Unicode | 1.1 |
| Unicode | U+01BF |
| Bloque Unicode | |
| Categoría general | Lowercase Letter (Ll) |
| Código CSS | \01BF |
| Código hexadecimal | 0x01BF |
| Código HTML | ƿ |
| LaTeX | \text{LATINLETTERWYNN} |
| Símbolo | ƿ |
| Codificación URL (porcentaje UTF-8) | %C6%BF |
| Nombre oral / lector de pantalla | 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}Puedes escribir el símbolo latin letter wynn en la mayoría de dispositivos modernos con los siguientes métodos:
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>La representación del símbolo Latin Letter Wynn en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| 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}" |