Unicode Finder

"ו" U+05D5(HEBREW LETTER VAV)

ו
U+05D5
שם בלוק
Hebrew
שם
HEBREW LETTER VAV

Programming

C
\u05D5
JavaScript
\u05D5
Java
\u05D5
Json
\u05D5
Python
\u05D5
Perl
\x{05D5}
PHP
\x{05D5}
Ruby
\u{05D5}
Rust
\u{5D5}
Go
\u05D5

Web

CSS
\0005D5
HtmlDecimal
ו
HtmlHexadecimal
ו
Url
%D7%95

Code

MD5
680dcdd1f203cecf4120fa72448b740e
Sha1
8ccf3c9fb630416f9fcc0c7b6742ac016c86265a
Base64
15U=

דוגמאות שימוש

Programming Languages

C:

char c = '\u05D5';
printf("%c\n", c);  // Output: ו

JavaScript:

const char = '\u05D5';
console.log(char);  // Output: ו

Java:

char c = '\u05D5';
System.out.println(c);  // Output: ו

JSON:

{"text": "\u05D5"}  // Value: ו

Python:

char = '\u05D5'
print(char)  # Output: ו

Perl:

my $char = "\x{05D5}";
print $char;  # Output: ו

PHP:

$char = "\x{05D5}";
echo $char;  // Output: ו

Ruby:

char = "\u{05D5}"
puts char  # Output: ו

Rust:

let c = '\u{5D5}';
println!("{}", c);  // Output: ו

Go:

char := '\u05D5'
fmt.Printf("%c\n", char)  // Output: ו

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\0005D5";  /* Display: ו */
}

HTML Decimal:

<p>HTML decimal: &#1493;</p>  <!-- Display: ו -->

HTML Hexadecimal:

<p>HTML hex: &#x05D5;</p>  <!-- Display: ו -->

URL Encoding:

// ו URL encoding
https://unicodefinder.com/search.php?query=%D7%95

Encodings

MD5:

680dcdd1f203cecf4120fa72448b740e

SHA1:

8ccf3c9fb630416f9fcc0c7b6742ac016c86265a

Base64:

15U=

© 2025 Unicode Finder

ו U+05D5 HEBREW LETTER VAV תו יוניקוד - Unicode Finder

Contact: d2@fanqiang.me