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