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' : ''">
±
PLUS-MINUS SIGN
Tabela de Codificação
| Formato | Valor | Copiar |
|---|---|---|
| unicode | U+00B1 | |
| decimal | 177 | |
| htmldecimal | ± | |
| htmlhex | ± | |
| css | \00B1 | |
| javascript | \u{B1} | |
| python | \u00b1 | |
| java | \u00B1 | |
| go | \u00B1 | |
| ruby | \u{B1} | |
| rust | \u{B1} | |
| ccpp | \u00b1 | |
| urlencoded | %C2%B1 | |
| utf8bytes | c2 b1 | |
| utf16bebytes | 00 b1 | |
| utf32bebytes | 00 00 00 b1 | |
| htmlentity | ± |
Como Usar
HTML:
±
ou
±
CSS:
content: "\00B1"
JavaScript:
"\u{B1}"
Python:
"\u00b1"
Propriedades
- Bloco
- Latin-1 Supplement
- Script
- Zyyy
- Categoria
- Math Symbol (Sm)
- Bidirecional
- ET
- Combinando
- 0
- Espelhado
- Não