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