| 記号名 | Latin Small Letter A With Stroke |
| Unicodeバージョン | 5.0 |
| Unicode | U+2C65 |
| Unicodeブロック | |
| 一般カテゴリ | Lowercase Letter (Ll) |
| CSSコード |
| UTF-8 | E2 B1 A5 |
| UTF-16 | 2C65 |
| UTF-32 | 00002C65 |
1\documentclass{article}2\usepackage{pifont}3\text{LATINSMALLLETTERAWITHSTROKE}4\end{document}以下の方法でほとんどの最新デバイスでlatin small letter a with stroke記号を入力できます:
Alt + 11365 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "latin small letter a with stroke", or use Unicode Hex Input with 2C65.
Ctrl + Shift + U, type 2c65, 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-a-with-stroke::before { content: "\2C65"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>ⱥ</span>各プログラミング言語におけるLatin Small Letter A With Stroke記号の表現は以下の表の通りです:
| 言語 | 表現 |
|---|---|
| JavaScript / TypeScript | '\u2C65' or String.fromCodePoint(11365) |
| Python | '\N{LATIN SMALL LETTER A WITH STROKE}' or chr(11365) |
| Rust | '\u{2C65}' |
| C / C++ | UTF-8 source or wchar_t with U+2C65 |
| Go | string(rune(0x2C65)) |
| Ruby | "\u{2C65}" |
\2C65 |
| 16進コード | 0x2C65 |
| HTMLコード | ⱥ |
| LaTeX | \text{LATINSMALLLETTERAWITHSTROKE} |
| 記号 | ⱥ |
| URLエンコード(UTF-8パーセント) | %E2%B1%A5 |
| 読み上げ名 / スクリーンリーダー | Latin Small Letter A With Stroke |