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' : ''">
SOFT HYPHEN
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+00AD | |
| decimal | 173 | |
| htmldecimal | ­ | |
| htmlhex | ­ | |
| css | \00AD | |
| javascript | \u{AD} | |
| python | \u00ad | |
| java | \u00AD | |
| go | \u00AD | |
| ruby | \u{AD} | |
| rust | \u{AD} | |
| ccpp | \u00ad | |
| urlencoded | %C2%AD | |
| utf8bytes | c2 ad | |
| utf16bebytes | 00 ad | |
| utf32bebytes | 00 00 00 ad |
How to Use
HTML:
­
CSS:
content: "\00AD"
JavaScript:
"\u{AD}"
Python:
"\u00ad"
Properties
- Block
- Latin-1 Supplement
- Script
- Zyyy
- Category
- Format (Cf)
- Bidirectional
- BN
- Combining
- 0
- Mirrored
- No