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 BREVE
Overview
ĭ (LATIN SMALL LETTER I WITH BREVE) is the Unicode character at code point U+012D. It belongs to the Latin Extended-A block, in the Lowercase Letter (Ll) general category. Its script is Latn.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+012D | |
| decimal | 301 | |
| htmldecimal | ĭ | |
| htmlhex | ĭ | |
| css | \012D | |
| javascript | \u{12D} | |
| python | \u012d | |
| java | \u012D | |
| go | \u012D | |
| ruby | \u{12D} | |
| rust | \u{12D} | |
| ccpp | \u012d | |
| urlencoded | %C4%AD | |
| utf8bytes | c4 ad | |
| utf16bebytes | 01 2d | |
| utf32bebytes | 00 00 01 2d |
How to Use
HTML:
ĭ
CSS:
content: "\012D"
JavaScript:
"\u{12D}"
Python:
"\u012d"
Properties
- Block
- Latin Extended-A
- Script
- Latn
- Category
- Lowercase Letter (Ll)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
- Decomposition
- 0069 0306
Frequently Asked Questions
What is the ĭ character (LATIN SMALL LETTER I WITH BREVE)?
ĭ (LATIN SMALL LETTER I WITH BREVE) is the Unicode character U+012D.
What is the Unicode codepoint of LATIN SMALL LETTER I WITH BREVE?
The LATIN SMALL LETTER I WITH BREVE character (ĭ) has codepoint U+012D.
How do I type or copy LATIN SMALL LETTER I WITH BREVE?
Copy ĭ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.