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' : ''">
§
SECTION SIGN
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+00A7 | |
| decimal | 167 | |
| htmldecimal | § | |
| htmlhex | § | |
| css | \00A7 | |
| javascript | \u{A7} | |
| python | \u00a7 | |
| java | \u00A7 | |
| go | \u00A7 | |
| ruby | \u{A7} | |
| rust | \u{A7} | |
| ccpp | \u00a7 | |
| urlencoded | %C2%A7 | |
| utf8bytes | c2 a7 | |
| utf16bebytes | 00 a7 | |
| utf32bebytes | 00 00 00 a7 |
How to Use
HTML:
§
CSS:
content: "\00A7"
JavaScript:
"\u{A7}"
Python:
"\u00a7"
Properties
- Block
- Latin-1 Supplement
- Script
- Zyyy
- Category
- Other Punctuation (Po)
- Bidirectional
- ON
- Combining
- 0
- Mirrored
- No