| Nom du symbole | Latin Small Letter Anglicana W |
| Version Unicode | 12.0 |
| Unicode | U+A7C3 |
| Bloc Unicode | |
| Catégorie générale | 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}Vous pouvez saisir le symbole latin small letter anglicana w sur la plupart des appareils modernes avec les méthodes suivantes :
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 représentation du symbole Latin Small Letter Anglicana W dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| 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}" |
| Code CSS |
\A7C3 |
| Code hexadécimal | 0xA7C3 |
| Code HTML | ꟃ |
| LaTeX | \text{LATINSMALLLETTERANGLICANAW} |
| Symbole | ꟃ |
| Encodage URL (pourcent UTF-8) | %EA%9F%83 |
| Nom oral / lecteur d’écran | Latin Small Letter Anglicana W |