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 YEN SIGN
Kodlama Tablosu
| Biçim | Değer | Kopyala |
|---|---|---|
| unicode | U+FFE5 | |
| decimal | 65509 | |
| htmldecimal | ¥ | |
| htmlhex | ¥ | |
| css | \FFE5 | |
| javascript | \u{FFE5} | |
| python | \uffe5 | |
| java | \uFFE5 | |
| go | \uFFE5 | |
| ruby | \u{FFE5} | |
| rust | \u{FFE5} | |
| ccpp | \uffe5 | |
| urlencoded | %EF%BF%A5 | |
| utf8bytes | ef bf a5 | |
| utf16bebytes | ff e5 | |
| utf32bebytes | 00 00 ff e5 |
Nasıl Kullanılır
HTML:
¥
CSS:
content: "\FFE5"
JavaScript:
"\u{FFE5}"
Python:
"\uffe5"
Özellikler
- Betik
- Zyyy
- Kategori
- Currency Symbol (Sc)
- Çift Yönlü
- ET
- Birleştirici
- 0
- Yansıtılmış
- Hayır
- Ayrışma
- <wide> 00A5