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' : ''">
∼
TILDE OPERATOR
Tabla de codificación
| Formato | Valor | Copiar |
|---|---|---|
| unicode | U+223C | |
| decimal | 8764 | |
| htmldecimal | ∼ | |
| htmlhex | ∼ | |
| css | \223C | |
| javascript | \u{223C} | |
| python | \u223c | |
| java | \u223C | |
| go | \u223C | |
| ruby | \u{223C} | |
| rust | \u{223C} | |
| ccpp | \u223c | |
| urlencoded | %E2%88%BC | |
| utf8bytes | e2 88 bc | |
| utf16bebytes | 22 3c | |
| utf32bebytes | 00 00 22 3c | |
| htmlentity | ∼ |
Cómo usar
HTML:
∼
o
∼
CSS:
content: "\223C"
JavaScript:
"\u{223C}"
Python:
"\u223c"
Propiedades
- Bloque
- Mathematical Operators
- Escritura
- Zyyy
- Categoría
- Math Symbol (Sm)
- Bidireccional
- ON
- Combinatorio
- 0
- Espejado
- Sí