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 CIRCUMFLEX
Overview
Î (LATIN CAPITAL LETTER I WITH CIRCUMFLEX) is the Unicode character at code point U+00CE. 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+00CE | |
| decimal | 206 | |
| htmldecimal | Î | |
| htmlhex | Î | |
| css | \00CE | |
| javascript | \u{CE} | |
| python | \u00ce | |
| java | \u00CE | |
| go | \u00CE | |
| ruby | \u{CE} | |
| rust | \u{CE} | |
| ccpp | \u00ce | |
| urlencoded | %C3%8E | |
| utf8bytes | c3 8e | |
| utf16bebytes | 00 ce | |
| utf32bebytes | 00 00 00 ce |
How to Use
HTML:
Î
CSS:
content: "\00CE"
JavaScript:
"\u{CE}"
Python:
"\u00ce"
Properties
- Block
- Latin-1 Supplement
- Script
- Latn
- Category
- Uppercase Letter (Lu)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
- Decomposition
- 0049 0302
Frequently Asked Questions
What is the Î character (LATIN CAPITAL LETTER I WITH CIRCUMFLEX)?
Î (LATIN CAPITAL LETTER I WITH CIRCUMFLEX) is the Unicode character U+00CE.
What is the Unicode codepoint of LATIN CAPITAL LETTER I WITH CIRCUMFLEX?
The LATIN CAPITAL LETTER I WITH CIRCUMFLEX character (Î) has codepoint U+00CE.
How do I type or copy LATIN CAPITAL LETTER I WITH CIRCUMFLEX?
Copy Î directly, or use the HTML entity, UTF-8, and code encodings shown on this page.