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 IOTIFIED E) is the Unicode character at code point U+0465. 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+0465 | |
| decimal | 1125 | |
| htmldecimal | ѥ | |
| htmlhex | ѥ | |
| css | \0465 | |
| javascript | \u{465} | |
| python | \u0465 | |
| java | \u0465 | |
| go | \u0465 | |
| ruby | \u{465} | |
| rust | \u{465} | |
| ccpp | \u0465 | |
| urlencoded | %D1%A5 | |
| utf8bytes | d1 a5 | |
| utf16bebytes | 04 65 | |
| utf32bebytes | 00 00 04 65 |
How to Use
HTML:
ѥ
CSS:
content: "\0465"
JavaScript:
"\u{465}"
Python:
"\u0465"
Properties
Frequently Asked Questions
What is the ѥ character (CYRILLIC SMALL LETTER IOTIFIED E)?
ѥ (CYRILLIC SMALL LETTER IOTIFIED E) is the Unicode character U+0465.
What is the Unicode codepoint of CYRILLIC SMALL LETTER IOTIFIED E?
The CYRILLIC SMALL LETTER IOTIFIED E character (ѥ) has codepoint U+0465.
How do I type or copy CYRILLIC SMALL LETTER IOTIFIED E?
Copy ѥ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.