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 U WITH TILDE
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+0168 | |
| decimal | 360 | |
| htmldecimal | Ũ | |
| htmlhex | Ũ | |
| css | \0168 | |
| javascript | \u{168} | |
| python | \u0168 | |
| java | \u0168 | |
| go | \u0168 | |
| ruby | \u{168} | |
| rust | \u{168} | |
| ccpp | \u0168 | |
| urlencoded | %C5%A8 | |
| utf8bytes | c5 a8 | |
| utf16bebytes | 01 68 | |
| utf32bebytes | 00 00 01 68 |
How to Use
HTML:
Ũ
CSS:
content: "\0168"
JavaScript:
"\u{168}"
Python:
"\u0168"
Properties
- Block
- Latin Extended-A
- Script
- Latn
- Category
- Uppercase Letter (Lu)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
- Decomposition
- 0055 0303