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 GRAVE ACCENT
Overview
ˋ (MODIFIER LETTER GRAVE ACCENT) is the Unicode character at code point U+02CB. 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+02CB | |
| decimal | 715 | |
| htmldecimal | ˋ | |
| htmlhex | ˋ | |
| css | \02CB | |
| javascript | \u{2CB} | |
| python | \u02cb | |
| java | \u02CB | |
| go | \u02CB | |
| ruby | \u{2CB} | |
| rust | \u{2CB} | |
| ccpp | \u02cb | |
| urlencoded | %CB%8B | |
| utf8bytes | cb 8b | |
| utf16bebytes | 02 cb | |
| utf32bebytes | 00 00 02 cb |
How to Use
HTML:
ˋ
CSS:
content: "\02CB"
JavaScript:
"\u{2CB}"
Python:
"\u02cb"
Properties
- Block
- Spacing Modifier Letters
- Script
- Zyyy
- Category
- Modifier Letter (Lm)
- Bidirectional
- ON
- Combining
- 0
- Mirrored
- No
Frequently Asked Questions
What is the ˋ character (MODIFIER LETTER GRAVE ACCENT)?
ˋ (MODIFIER LETTER GRAVE ACCENT) is the Unicode character U+02CB.
What is the Unicode codepoint of MODIFIER LETTER GRAVE ACCENT?
The MODIFIER LETTER GRAVE ACCENT character (ˋ) has codepoint U+02CB.
How do I type or copy MODIFIER LETTER GRAVE ACCENT?
Copy ˋ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.