copied = false, 2000)"
@keydown.enter="navigator.clipboard.writeText('\u0022'); copied = true; setTimeout(() => copied = false, 2000)"
:class="copied ? 'border-green-400 bg-green-50 dark:bg-green-950' : ''">
"
QUOTATION MARK
Tabla de codificación
| Formato | Valor | Copiar |
|---|---|---|
| unicode | U+0022 | |
| decimal | 34 | |
| htmldecimal | " | |
| htmlhex | " | |
| css | \0022 | |
| javascript | \u{22} | |
| python | \u0022 | |
| java | \u0022 | |
| go | \u0022 | |
| ruby | \u{22} | |
| rust | \u{22} | |
| ccpp | \u0022 | |
| urlencoded | %22 | |
| utf8bytes | 22 | |
| utf16bebytes | 00 22 | |
| utf32bebytes | 00 00 00 22 | |
| htmlentity | " |
Cómo usar
HTML:
"
o
"
CSS:
content: "\0022"
JavaScript:
"\u{22}"
Python:
"\u0022"
Propiedades
- Bloque
- Basic Latin
- Escritura
- Zyyy
- Categoría
- Other Punctuation (Po)
- Bidireccional
- ON
- Combinatorio
- 0
- Espejado
- No