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