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