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' : ''">
⟑
AND WITH DOT
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+27D1 | |
| decimal | 10193 | |
| htmldecimal | ⟑ | |
| htmlhex | ⟑ | |
| css | \27D1 | |
| javascript | \u{27D1} | |
| python | \u27d1 | |
| java | \u27D1 | |
| go | \u27D1 | |
| ruby | \u{27D1} | |
| rust | \u{27D1} | |
| ccpp | \u27d1 | |
| urlencoded | %E2%9F%91 | |
| utf8bytes | e2 9f 91 | |
| utf16bebytes | 27 d1 | |
| utf32bebytes | 00 00 27 d1 |
How to Use
HTML:
⟑
CSS:
content: "\27D1"
JavaScript:
"\u{27D1}"
Python:
"\u27d1"
Properties
- Script
- Zyyy
- Category
- Math Symbol (Sm)
- Bidirectional
- ON
- Combining
- 0
- Mirrored
- No