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