free-symbols

Latin Small Letter A With Stroke Letter

ⱥ is a Latin letter character: the lowercase “a” with a stroke, encoded as U+2C65.

U+2C65

ⱥ is a Unicode character called the Latin Small Letter A With Stroke. It’s useful when you need a specific typographic form of “a” beyond standard Latin letters. You can copy it directly or use its Unicode/HTML escapes in code.

Latin Small Letter A With Stroke Letter Meaning

ⱥ (U+2C65) is a Unicode character in the Latin Extended block, named “LATIN SMALL LETTER A WITH STROKE.” Visually, it looks like a lowercase a with an added stroke. Like other Latin Extended characters, it’s most often used when a particular alphabet, transliteration, or typographic style requires this exact code point rather than plain “a.” In plain text, it can be used to represent a distinct letter shape consistently across platforms. For developers, using the correct Unicode character helps avoid substitution with standard letters that may not match the intended appearance.

Common uses

  • Copying a specific lowercase “a with stroke” form into documents or typography mockups
  • Using the exact character in transliteration or specialized writing where “a” must be distinguished
  • Creating consistent branding text in UI where standard “a” does not match the desired glyph
  • Entering the character in software or content tools that accept Unicode input
  • Referencing the character in developer documentation using its Unicode code point

Examples

ⱥ Latin Small Letter A With Stroke

  • latin ⱥ stroke form
  • example: ⱥ in a word
  • use ⱥ for a distinct letter
  • type ⱥ in your editor
  • UI label: ⱥ settings

Variations

Technical codes

UnicodeU+2C65
HTML Entityⱥ
HTML Codeⱥ
CSS\2C65

FAQ

What does the Latin Small Letter A With Stroke letter mean?

ⱥ (U+2C65) is a Unicode character in the Latin Extended block, named “LATIN SMALL LETTER A WITH STROKE.” Visually, it looks like a lowercase a with an added stroke. Like other Latin Extended characters, it’s most often used when a particular alphabet, transliteration, or typographic style requires this exact code point rather than plain “a.” In plain text, it can be used to represent a distinct letter shape consistently across platforms. For developers, using the correct Unicode character helps avoid substitution with standard letters that may not match the intended appearance.

What is the Unicode code point for ⱥ?

ⱥ is U+2C65 (LATIN SMALL LETTER A WITH STROKE).

How do I paste or type ⱥ in my text?

You can copy the character directly from this page, or use Unicode input via U+2C65 in your editor/app.

What HTML entity represents ⱥ?

The HTML entity for ⱥ is ⱥ.

How do I write ⱥ in CSS or JavaScript?

CSS escape: \\2C65. JavaScript (Unicode code point escape): \\u{2C65}.