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 GLOTTAL STOP
Overview
ɂ (LATIN SMALL LETTER GLOTTAL STOP) is the Unicode character at code point U+0242. It belongs to the Latin Extended-B block, in the Lowercase Letter (Ll) general category. Its script is Latn.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+0242 | |
| decimal | 578 | |
| htmldecimal | ɂ | |
| htmlhex | ɂ | |
| css | \0242 | |
| javascript | \u{242} | |
| python | \u0242 | |
| java | \u0242 | |
| go | \u0242 | |
| ruby | \u{242} | |
| rust | \u{242} | |
| ccpp | \u0242 | |
| urlencoded | %C9%82 | |
| utf8bytes | c9 82 | |
| utf16bebytes | 02 42 | |
| utf32bebytes | 00 00 02 42 |
How to Use
HTML:
ɂ
CSS:
content: "\0242"
JavaScript:
"\u{242}"
Python:
"\u0242"
Properties
- Block
- Latin Extended-B
- Script
- Latn
- Category
- Lowercase Letter (Ll)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
Frequently Asked Questions
What is the ɂ character (LATIN SMALL LETTER GLOTTAL STOP)?
ɂ (LATIN SMALL LETTER GLOTTAL STOP) is the Unicode character U+0242.
What is the Unicode codepoint of LATIN SMALL LETTER GLOTTAL STOP?
The LATIN SMALL LETTER GLOTTAL STOP character (ɂ) has codepoint U+0242.
How do I type or copy LATIN SMALL LETTER GLOTTAL STOP?
Copy ɂ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.