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' : ''">
ˀ
MODIFIER LETTER GLOTTAL STOP
Overview
ˀ (MODIFIER LETTER GLOTTAL STOP) is the Unicode character at code point U+02C0. It belongs to the Spacing Modifier Letters block, in the Modifier Letter (Lm) general category. Its script is Zyyy.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+02C0 | |
| decimal | 704 | |
| htmldecimal | ˀ | |
| htmlhex | ˀ | |
| css | \02C0 | |
| javascript | \u{2C0} | |
| python | \u02c0 | |
| java | \u02C0 | |
| go | \u02C0 | |
| ruby | \u{2C0} | |
| rust | \u{2C0} | |
| ccpp | \u02c0 | |
| urlencoded | %CB%80 | |
| utf8bytes | cb 80 | |
| utf16bebytes | 02 c0 | |
| utf32bebytes | 00 00 02 c0 |
How to Use
HTML:
ˀ
CSS:
content: "\02C0"
JavaScript:
"\u{2C0}"
Python:
"\u02c0"
Properties
- Block
- Spacing Modifier Letters
- Script
- Zyyy
- Category
- Modifier Letter (Lm)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
Frequently Asked Questions
What is the ˀ character (MODIFIER LETTER GLOTTAL STOP)?
ˀ (MODIFIER LETTER GLOTTAL STOP) is the Unicode character U+02C0.
What is the Unicode codepoint of MODIFIER LETTER GLOTTAL STOP?
The MODIFIER LETTER GLOTTAL STOP character (ˀ) has codepoint U+02C0.
How do I type or copy MODIFIER LETTER GLOTTAL STOP?
Copy ˀ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.