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