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' : ''">
-
FULLWIDTH HYPHEN-MINUS
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+FF0D | |
| decimal | 65293 | |
| htmldecimal | - | |
| htmlhex | - | |
| css | \FF0D | |
| javascript | \u{FF0D} | |
| python | \uff0d | |
| java | \uFF0D | |
| go | \uFF0D | |
| ruby | \u{FF0D} | |
| rust | \u{FF0D} | |
| ccpp | \uff0d | |
| urlencoded | %EF%BC%8D | |
| utf8bytes | ef bc 8d | |
| utf16bebytes | ff 0d | |
| utf32bebytes | 00 00 ff 0d |
How to Use
HTML:
-
CSS:
content: "\FF0D"
JavaScript:
"\u{FF0D}"
Python:
"\uff0d"
Properties
- Script
- Zyyy
- Category
- Dash Punctuation (Pd)
- Bidirectional
- ES
- Combining
- 0
- Mirrored
- No
- Decomposition
- <wide> 002D