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