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