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 CAPITAL LETTER TONE TWO
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+01A7 | |
| decimal | 423 | |
| htmldecimal | Ƨ | |
| htmlhex | Ƨ | |
| css | \01A7 | |
| javascript | \u{1A7} | |
| python | \u01a7 | |
| java | \u01A7 | |
| go | \u01A7 | |
| ruby | \u{1A7} | |
| rust | \u{1A7} | |
| ccpp | \u01a7 | |
| urlencoded | %C6%A7 | |
| utf8bytes | c6 a7 | |
| utf16bebytes | 01 a7 | |
| utf32bebytes | 00 00 01 a7 |
How to Use
HTML:
Ƨ
CSS:
content: "\01A7"
JavaScript:
"\u{1A7}"
Python:
"\u01a7"
Properties
- Block
- Latin Extended-B
- Script
- Latn
- Category
- Uppercase Letter (Lu)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No