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 LOW ACUTE ACCENT
Overview
ˏ (MODIFIER LETTER LOW ACUTE ACCENT) is the Unicode character at code point U+02CF. 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+02CF | |
| decimal | 719 | |
| htmldecimal | ˏ | |
| htmlhex | ˏ | |
| css | \02CF | |
| javascript | \u{2CF} | |
| python | \u02cf | |
| java | \u02CF | |
| go | \u02CF | |
| ruby | \u{2CF} | |
| rust | \u{2CF} | |
| ccpp | \u02cf | |
| urlencoded | %CB%8F | |
| utf8bytes | cb 8f | |
| utf16bebytes | 02 cf | |
| utf32bebytes | 00 00 02 cf |
How to Use
HTML:
ˏ
CSS:
content: "\02CF"
JavaScript:
"\u{2CF}"
Python:
"\u02cf"
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 LOW ACUTE ACCENT)?
ˏ (MODIFIER LETTER LOW ACUTE ACCENT) is the Unicode character U+02CF.
What is the Unicode codepoint of MODIFIER LETTER LOW ACUTE ACCENT?
The MODIFIER LETTER LOW ACUTE ACCENT character (ˏ) has codepoint U+02CF.
How do I type or copy MODIFIER LETTER LOW ACUTE ACCENT?
Copy ˏ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.