| Symbolname | Latin Small Letter A With Stroke |
| Unicode-Version | 5.0 |
| Unicode | U+2C65 |
| Unicode-Block | |
| Allgemeine Kategorie | Lowercase Letter (Ll) |
| CSS-Code |
| UTF-8 | E2 B1 A5 |
| UTF-16 | 2C65 |
| UTF-32 | 00002C65 |
1\documentclass{article}2\usepackage{pifont}3\text{LATINSMALLLETTERAWITHSTROKE}4\end{document}Sie können das Symbol latin small letter a with stroke auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
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>Die Darstellung des Symbols Latin Small Letter A With Stroke in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| 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 |
| Hexadezimalcode | 0x2C65 |
| HTML-Code | ⱥ |
| LaTeX | \text{LATINSMALLLETTERAWITHSTROKE} |
| Symbol | ⱥ |
| URL-Kodierung (UTF-8-Prozent) | %E2%B1%A5 |
| Ansagename (Screenreader) | Latin Small Letter A With Stroke |