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' : ''">
⁞
VERTICAL FOUR DOTS
Overview
⁞ (VERTICAL FOUR DOTS) is the Unicode character at code point U+205E. 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+205E | |
| decimal | 8286 | |
| htmldecimal | ⁞ | |
| htmlhex | ⁞ | |
| css | \205E | |
| javascript | \u{205E} | |
| python | \u205e | |
| java | \u205E | |
| go | \u205E | |
| ruby | \u{205E} | |
| rust | \u{205E} | |
| ccpp | \u205e | |
| urlencoded | %E2%81%9E | |
| utf8bytes | e2 81 9e | |
| utf16bebytes | 20 5e | |
| utf32bebytes | 00 00 20 5e |
How to Use
HTML:
⁞
CSS:
content: "\205E"
JavaScript:
"\u{205E}"
Python:
"\u205e"
Properties
- Block
- General Punctuation
- Script
- Zyyy
- Category
- Other Punctuation (Po)
- Bidirectional
- ON
- Combining
- 0
- Mirrored
- No
Frequently Asked Questions
What is the ⁞ character (VERTICAL FOUR DOTS)?
⁞ (VERTICAL FOUR DOTS) is the Unicode character U+205E.
What is the Unicode codepoint of VERTICAL FOUR DOTS?
The VERTICAL FOUR DOTS character (⁞) has codepoint U+205E.
How do I type or copy VERTICAL FOUR DOTS?
Copy ⁞ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.