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 CAPITAL LETTER Z WITH SWASH TAIL
Overview
Ɀ (LATIN CAPITAL LETTER Z WITH SWASH TAIL) is the Unicode character at code point U+2C7F. It belongs to the Latin Extended-C block, in the Uppercase Letter (Lu) general category. Its script is Latn.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+2C7F | |
| decimal | 11391 | |
| htmldecimal | Ɀ | |
| htmlhex | Ɀ | |
| css | \2C7F | |
| javascript | \u{2C7F} | |
| python | \u2c7f | |
| java | \u2C7F | |
| go | \u2C7F | |
| ruby | \u{2C7F} | |
| rust | \u{2C7F} | |
| ccpp | \u2c7f | |
| urlencoded | %E2%B1%BF | |
| utf8bytes | e2 b1 bf | |
| utf16bebytes | 2c 7f | |
| utf32bebytes | 00 00 2c 7f |
How to Use
HTML:
Ɀ
CSS:
content: "\2C7F"
JavaScript:
"\u{2C7F}"
Python:
"\u2c7f"
Properties
- Block
- Latin Extended-C
- Script
- Latn
- Category
- Uppercase Letter (Lu)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
Frequently Asked Questions
What is the Ɀ character (LATIN CAPITAL LETTER Z WITH SWASH TAIL)?
Ɀ (LATIN CAPITAL LETTER Z WITH SWASH TAIL) is the Unicode character U+2C7F.
What is the Unicode codepoint of LATIN CAPITAL LETTER Z WITH SWASH TAIL?
The LATIN CAPITAL LETTER Z WITH SWASH TAIL character (Ɀ) has codepoint U+2C7F.
How do I type or copy LATIN CAPITAL LETTER Z WITH SWASH TAIL?
Copy Ɀ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.