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
ו (HEBREW LETTER VAV) is the Unicode character at code point U+05D5. It belongs to the Hebrew block, in the Other Letter (Lo) general category. Its script is Hebr.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+05D5 | |
| decimal | 1493 | |
| htmldecimal | ו | |
| htmlhex | ו | |
| css | \05D5 | |
| javascript | \u{5D5} | |
| python | \u05d5 | |
| java | \u05D5 | |
| go | \u05D5 | |
| ruby | \u{5D5} | |
| rust | \u{5D5} | |
| ccpp | \u05d5 | |
| urlencoded | %D7%95 | |
| utf8bytes | d7 95 | |
| utf16bebytes | 05 d5 | |
| utf32bebytes | 00 00 05 d5 |
How to Use
HTML:
ו
CSS:
content: "\05D5"
JavaScript:
"\u{5D5}"
Python:
"\u05d5"
Properties
Frequently Asked Questions
What is the ו character (HEBREW LETTER VAV)?
ו (HEBREW LETTER VAV) is the Unicode character U+05D5.
What is the Unicode codepoint of HEBREW LETTER VAV?
The HEBREW LETTER VAV character (ו) has codepoint U+05D5.
How do I type or copy HEBREW LETTER VAV?
Copy ו directly, or use the HTML entity, UTF-8, and code encodings shown on this page.