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' : ''">
¥
YEN SIGN
인코딩 표
| 형식 | 값 | 복사 |
|---|---|---|
| unicode | U+00A5 | |
| decimal | 165 | |
| htmldecimal | ¥ | |
| htmlhex | ¥ | |
| css | \00A5 | |
| javascript | \u{A5} | |
| python | \u00a5 | |
| java | \u00A5 | |
| go | \u00A5 | |
| ruby | \u{A5} | |
| rust | \u{A5} | |
| ccpp | \u00a5 | |
| urlencoded | %C2%A5 | |
| utf8bytes | c2 a5 | |
| utf16bebytes | 00 a5 | |
| utf32bebytes | 00 00 00 a5 | |
| htmlentity | ¥ |
사용 방법
HTML:
¥
또는
¥
CSS:
content: "\00A5"
JavaScript:
"\u{A5}"
Python:
"\u00a5"
속성
- 스크립트
- Zyyy
- 범주
- Currency Symbol (Sc)
- 양방향
- ET
- 결합
- 0
- 미러링
- 아니요