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