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 CAPITAL LETTER I) is the Unicode character at code point U+0418. It belongs to the Cyrillic block, in the Uppercase Letter (Lu) general category. Its script is Cyrl.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+0418 | |
| decimal | 1048 | |
| htmldecimal | И | |
| htmlhex | И | |
| css | \0418 | |
| javascript | \u{418} | |
| python | \u0418 | |
| java | \u0418 | |
| go | \u0418 | |
| ruby | \u{418} | |
| rust | \u{418} | |
| ccpp | \u0418 | |
| urlencoded | %D0%98 | |
| utf8bytes | d0 98 | |
| utf16bebytes | 04 18 | |
| utf32bebytes | 00 00 04 18 |
How to Use
HTML:
И
CSS:
content: "\0418"
JavaScript:
"\u{418}"
Python:
"\u0418"
Properties
Frequently Asked Questions
What is the И character (CYRILLIC CAPITAL LETTER I)?
И (CYRILLIC CAPITAL LETTER I) is the Unicode character U+0418.
What is the Unicode codepoint of CYRILLIC CAPITAL LETTER I?
The CYRILLIC CAPITAL LETTER I character (И) has codepoint U+0418.
How do I type or copy CYRILLIC CAPITAL LETTER I?
Copy И directly, or use the HTML entity, UTF-8, and code encodings shown on this page.