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' : ''">
‗
DOUBLE LOW LINE
Overview
‗ (DOUBLE LOW LINE) is the Unicode character at code point U+2017. It belongs to the General Punctuation block, in the Other Punctuation (Po) general category. Its script is Zyyy.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+2017 | |
| decimal | 8215 | |
| htmldecimal | ‗ | |
| htmlhex | ‗ | |
| css | \2017 | |
| javascript | \u{2017} | |
| python | \u2017 | |
| java | \u2017 | |
| go | \u2017 | |
| ruby | \u{2017} | |
| rust | \u{2017} | |
| ccpp | \u2017 | |
| urlencoded | %E2%80%97 | |
| utf8bytes | e2 80 97 | |
| utf16bebytes | 20 17 | |
| utf32bebytes | 00 00 20 17 |
How to Use
HTML:
‗
CSS:
content: "\2017"
JavaScript:
"\u{2017}"
Python:
"\u2017"
Properties
- Block
- General Punctuation
- Script
- Zyyy
- Category
- Other Punctuation (Po)
- Bidirectional
- ON
- Combining
- 0
- Mirrored
- No
- Decomposition
- <compat> 0020 0333
Frequently Asked Questions
What is the ‗ character (DOUBLE LOW LINE)?
‗ (DOUBLE LOW LINE) is the Unicode character U+2017.
What is the Unicode codepoint of DOUBLE LOW LINE?
The DOUBLE LOW LINE character (‗) has codepoint U+2017.
How do I type or copy DOUBLE LOW LINE?
Copy ‗ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.