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' : ''">
ӣ
Overview
ӣ (CYRILLIC SMALL LETTER I WITH MACRON) is the Unicode character at code point U+04E3. It belongs to the Cyrillic block, in the Lowercase Letter (Ll) general category. Its script is Cyrl.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+04E3 | |
| decimal | 1251 | |
| htmldecimal | ӣ | |
| htmlhex | ӣ | |
| css | \04E3 | |
| javascript | \u{4E3} | |
| python | \u04e3 | |
| java | \u04E3 | |
| go | \u04E3 | |
| ruby | \u{4E3} | |
| rust | \u{4E3} | |
| ccpp | \u04e3 | |
| urlencoded | %D3%A3 | |
| utf8bytes | d3 a3 | |
| utf16bebytes | 04 e3 | |
| utf32bebytes | 00 00 04 e3 |
How to Use
HTML:
ӣ
CSS:
content: "\04E3"
JavaScript:
"\u{4E3}"
Python:
"\u04e3"
Properties
Frequently Asked Questions
What is the ӣ character (CYRILLIC SMALL LETTER I WITH MACRON)?
ӣ (CYRILLIC SMALL LETTER I WITH MACRON) is the Unicode character U+04E3.
What is the Unicode codepoint of CYRILLIC SMALL LETTER I WITH MACRON?
The CYRILLIC SMALL LETTER I WITH MACRON character (ӣ) has codepoint U+04E3.
How do I type or copy CYRILLIC SMALL LETTER I WITH MACRON?
Copy ӣ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.