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) is the Unicode character at code point U+0438. 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+0438 | |
| decimal | 1080 | |
| htmldecimal | и | |
| htmlhex | и | |
| css | \0438 | |
| javascript | \u{438} | |
| python | \u0438 | |
| java | \u0438 | |
| go | \u0438 | |
| ruby | \u{438} | |
| rust | \u{438} | |
| ccpp | \u0438 | |
| urlencoded | %D0%B8 | |
| utf8bytes | d0 b8 | |
| utf16bebytes | 04 38 | |
| utf32bebytes | 00 00 04 38 |
How to Use
HTML:
и
CSS:
content: "\0438"
JavaScript:
"\u{438}"
Python:
"\u0438"
Properties
Frequently Asked Questions
What is the и character (CYRILLIC SMALL LETTER I)?
и (CYRILLIC SMALL LETTER I) is the Unicode character U+0438.
What is the Unicode codepoint of CYRILLIC SMALL LETTER I?
The CYRILLIC SMALL LETTER I character (и) has codepoint U+0438.
How do I type or copy CYRILLIC SMALL LETTER I?
Copy и directly, or use the HTML entity, UTF-8, and code encodings shown on this page.