copied = false, 2000)"
@keydown.enter="navigator.clipboard.writeText('ⱥ'); copied = true; setTimeout(() => copied = false, 2000)"
:class="copied ? 'border-green-400 bg-green-50 dark:bg-green-950' : ''">
ⱥ
LATIN SMALL LETTER A WITH STROKE
Overview
ⱥ (LATIN SMALL LETTER A WITH STROKE) is the Unicode character at code point U+2C65. It belongs to the Latin Extended-C block, in the Lowercase Letter (Ll) general category. Its script is Latn.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+2C65 | |
| decimal | 11365 | |
| htmldecimal | ⱥ | |
| htmlhex | ⱥ | |
| css | \2C65 | |
| javascript | \u{2C65} | |
| python | \u2c65 | |
| java | \u2C65 | |
| go | \u2C65 | |
| ruby | \u{2C65} | |
| rust | \u{2C65} | |
| ccpp | \u2c65 | |
| urlencoded | %E2%B1%A5 | |
| utf8bytes | e2 b1 a5 | |
| utf16bebytes | 2c 65 | |
| utf32bebytes | 00 00 2c 65 |
How to Use
HTML:
ⱥ
CSS:
content: "\2C65"
JavaScript:
"\u{2C65}"
Python:
"\u2c65"
Properties
- Block
- Latin Extended-C
- Script
- Latn
- Category
- Lowercase Letter (Ll)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
Frequently Asked Questions
What is the ⱥ character (LATIN SMALL LETTER A WITH STROKE)?
ⱥ (LATIN SMALL LETTER A WITH STROKE) is the Unicode character U+2C65.
What is the Unicode codepoint of LATIN SMALL LETTER A WITH STROKE?
The LATIN SMALL LETTER A WITH STROKE character (ⱥ) has codepoint U+2C65.
How do I type or copy LATIN SMALL LETTER A WITH STROKE?
Copy ⱥ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.