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 CAPITAL LETTER SHORT U) is the Unicode character at code point U+040E. It belongs to the Cyrillic block, in the Uppercase Letter (Lu) general category. Its script is Cyrl.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+040E | |
| decimal | 1038 | |
| htmldecimal | Ў | |
| htmlhex | Ў | |
| css | \040E | |
| javascript | \u{40E} | |
| python | \u040e | |
| java | \u040E | |
| go | \u040E | |
| ruby | \u{40E} | |
| rust | \u{40E} | |
| ccpp | \u040e | |
| urlencoded | %D0%8E | |
| utf8bytes | d0 8e | |
| utf16bebytes | 04 0e | |
| utf32bebytes | 00 00 04 0e |
How to Use
HTML:
Ў
CSS:
content: "\040E"
JavaScript:
"\u{40E}"
Python:
"\u040e"
Properties
Frequently Asked Questions
What is the Ў character (CYRILLIC CAPITAL LETTER SHORT U)?
Ў (CYRILLIC CAPITAL LETTER SHORT U) is the Unicode character U+040E.
What is the Unicode codepoint of CYRILLIC CAPITAL LETTER SHORT U?
The CYRILLIC CAPITAL LETTER SHORT U character (Ў) has codepoint U+040E.
How do I type or copy CYRILLIC CAPITAL LETTER SHORT U?
Copy Ў directly, or use the HTML entity, UTF-8, and code encodings shown on this page.