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 SMALL LETTER I WITH DIAERESIS
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+00EF | |
| decimal | 239 | |
| htmldecimal | ï | |
| htmlhex | ï | |
| css | \00EF | |
| javascript | \u{EF} | |
| python | \u00ef | |
| java | \u00EF | |
| go | \u00EF | |
| ruby | \u{EF} | |
| rust | \u{EF} | |
| ccpp | \u00ef | |
| urlencoded | %C3%AF | |
| utf8bytes | c3 af | |
| utf16bebytes | 00 ef | |
| utf32bebytes | 00 00 00 ef |
How to Use
HTML:
ï
CSS:
content: "\00EF"
JavaScript:
"\u{EF}"
Python:
"\u00ef"
Properties
- Block
- Latin-1 Supplement
- Script
- Latn
- Category
- Lowercase Letter (Ll)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
- Decomposition
- 0069 0308