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' : ''">
à
LATIN SMALL LETTER A WITH GRAVE
Tabla de codificación
| Formato | Valor | Copiar |
|---|---|---|
| unicode | U+00E0 | |
| decimal | 224 | |
| htmldecimal | à | |
| htmlhex | à | |
| css | \00E0 | |
| javascript | \u{E0} | |
| python | \u00e0 | |
| java | \u00E0 | |
| go | \u00E0 | |
| ruby | \u{E0} | |
| rust | \u{E0} | |
| ccpp | \u00e0 | |
| urlencoded | %C3%A0 | |
| utf8bytes | c3 a0 | |
| utf16bebytes | 00 e0 | |
| utf32bebytes | 00 00 00 e0 |
Cómo usar
HTML:
à
CSS:
content: "\00E0"
JavaScript:
"\u{E0}"
Python:
"\u00e0"
Propiedades
- Bloque
- Latin-1 Supplement
- Escritura
- Latn
- Categoría
- Lowercase Letter (Ll)
- Bidireccional
- L
- Combinatorio
- 0
- Espejado
- No
- Descomposición
- 0061 0300