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
Overview
ï (LATIN SMALL LETTER I WITH DIAERESIS) is the Unicode character at code point U+00EF. It belongs to the Latin-1 Supplement block, in the Lowercase Letter (Ll) general category. Its script is Latn.
On this page
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
Frequently Asked Questions
What is the ï character (LATIN SMALL LETTER I WITH DIAERESIS)?
ï (LATIN SMALL LETTER I WITH DIAERESIS) is the Unicode character U+00EF.
What is the Unicode codepoint of LATIN SMALL LETTER I WITH DIAERESIS?
The LATIN SMALL LETTER I WITH DIAERESIS character (ï) has codepoint U+00EF.
How do I type or copy LATIN SMALL LETTER I WITH DIAERESIS?
Copy ï directly, or use the HTML entity, UTF-8, and code encodings shown on this page.