| 記号名 | Latin Small Letter Anglicana W |
| Unicodeバージョン | 12.0 |
| Unicode | U+A7C3 |
| Unicodeブロック | |
| 一般カテゴリ | Lowercase Letter (Ll) |
| CSSコード | \A7C3 |
| 16進コード | 0xA7C3 |
| HTMLコード | ꟃ |
| LaTeX | \text{LATINSMALLLETTERANGLICANAW} |
| 記号 | ꟃ |
| URLエンコード(UTF-8パーセント) | %EA%9F%83 |
| 読み上げ名 / スクリーンリーダー | Latin Small Letter Anglicana W |
| UTF-8 | EA 9F 83 |
| UTF-16 | A7C3 |
| UTF-32 | 0000A7C3 |
1\documentclass{article}2\usepackage{pifont}3\text{LATINSMALLLETTERANGLICANAW}4\end{document}以下の方法でほとんどの最新デバイスでlatin small letter anglicana w記号を入力できます:
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>各プログラミング言語におけるLatin Small Letter Anglicana W記号の表現は以下の表の通りです:
| 言語 | 表現 |
|---|---|
| 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}" |