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' : ''">
÷
DIVISION SIGN
Tabela de Codificação
| Formato | Valor | Copiar |
|---|---|---|
| unicode | U+00F7 | |
| decimal | 247 | |
| htmldecimal | ÷ | |
| htmlhex | ÷ | |
| css | \00F7 | |
| javascript | \u{F7} | |
| python | \u00f7 | |
| java | \u00F7 | |
| go | \u00F7 | |
| ruby | \u{F7} | |
| rust | \u{F7} | |
| ccpp | \u00f7 | |
| urlencoded | %C3%B7 | |
| utf8bytes | c3 b7 | |
| utf16bebytes | 00 f7 | |
| utf32bebytes | 00 00 00 f7 | |
| htmlentity | ÷ |
Como Usar
HTML:
÷
ou
÷
CSS:
content: "\00F7"
JavaScript:
"\u{F7}"
Python:
"\u00f7"
Propriedades
- Bloco
- Latin-1 Supplement
- Script
- Zyyy
- Categoria
- Math Symbol (Sm)
- Bidirecional
- ON
- Combinando
- 0
- Espelhado
- Não