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' : ''">
>
FULLWIDTH GREATER-THAN SIGN
Tabela de Codificação
| Formato | Valor | Copiar |
|---|---|---|
| unicode | U+FF1E | |
| decimal | 65310 | |
| htmldecimal | > | |
| htmlhex | > | |
| css | \FF1E | |
| javascript | \u{FF1E} | |
| python | \uff1e | |
| java | \uFF1E | |
| go | \uFF1E | |
| ruby | \u{FF1E} | |
| rust | \u{FF1E} | |
| ccpp | \uff1e | |
| urlencoded | %EF%BC%9E | |
| utf8bytes | ef bc 9e | |
| utf16bebytes | ff 1e | |
| utf32bebytes | 00 00 ff 1e |
Como Usar
HTML:
>
CSS:
content: "\FF1E"
JavaScript:
"\u{FF1E}"
Python:
"\uff1e"
Propriedades
- Script
- Zyyy
- Categoria
- Math Symbol (Sm)
- Bidirecional
- ON
- Combinando
- 0
- Espelhado
- Sim
- Decomposição
- <wide> 003E