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 I WITH DIAERESIS
Overview
Ï (LATIN CAPITAL LETTER I WITH DIAERESIS) is the Unicode character at code point U+00CF. It belongs to the Latin-1 Supplement block, in the Uppercase Letter (Lu) general category. Its script is Latn.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+00CF | |
| decimal | 207 | |
| htmldecimal | Ï | |
| htmlhex | Ï | |
| css | \00CF | |
| javascript | \u{CF} | |
| python | \u00cf | |
| java | \u00CF | |
| go | \u00CF | |
| ruby | \u{CF} | |
| rust | \u{CF} | |
| ccpp | \u00cf | |
| urlencoded | %C3%8F | |
| utf8bytes | c3 8f | |
| utf16bebytes | 00 cf | |
| utf32bebytes | 00 00 00 cf |
How to Use
HTML:
Ï
CSS:
content: "\00CF"
JavaScript:
"\u{CF}"
Python:
"\u00cf"
Properties
- Block
- Latin-1 Supplement
- Script
- Latn
- Category
- Uppercase Letter (Lu)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
- Decomposition
- 0049 0308
Frequently Asked Questions
What is the Ï character (LATIN CAPITAL LETTER I WITH DIAERESIS)?
Ï (LATIN CAPITAL LETTER I WITH DIAERESIS) is the Unicode character U+00CF.
What is the Unicode codepoint of LATIN CAPITAL LETTER I WITH DIAERESIS?
The LATIN CAPITAL LETTER I WITH DIAERESIS character (Ï) has codepoint U+00CF.
How do I type or copy LATIN CAPITAL LETTER I WITH DIAERESIS?
Copy Ï directly, or use the HTML entity, UTF-8, and code encodings shown on this page.