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