Unicode Finder

"֝" U+059D(HEBREW ACCENT GERESH MUQDAM)

֝
U+059D
Blok Adı
Hebrew
Ad
HEBREW ACCENT GERESH MUQDAM

Programming

C
\u059D
JavaScript
\u059D
Java
\u059D
Json
\u059D
Python
\u059D
Perl
\x{059D}
PHP
\x{059D}
Ruby
\u{059D}
Rust
\u{59D}
Go
\u059D

Web

CSS
\00059D
HtmlDecimal
֝
HtmlHexadecimal
֝
Url
%D6%9D

Code

MD5
ab0b7b2aef1a5183eee52b57f45b18a1
Sha1
56583ce0d170ec5427820c4f66cf7c243d5524c5
Base64
1p0=

Kullanım Örnekleri

Programming Languages

C:

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

JavaScript:

const char = '\u059D';
console.log(char);  // Output: ֝

Java:

char c = '\u059D';
System.out.println(c);  // Output: ֝

JSON:

{"text": "\u059D"}  // Value: ֝

Python:

char = '\u059D'
print(char)  # Output: ֝

Perl:

my $char = "\x{059D}";
print $char;  # Output: ֝

PHP:

$char = "\x{059D}";
echo $char;  // Output: ֝

Ruby:

char = "\u{059D}"
puts char  # Output: ֝

Rust:

let c = '\u{59D}';
println!("{}", c);  // Output: ֝

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\00059D";  /* Display: ֝ */
}

HTML Decimal:

<p>HTML decimal: &#1437;</p>  <!-- Display: ֝ -->

HTML Hexadecimal:

<p>HTML hex: &#x059D;</p>  <!-- Display: ֝ -->

URL Encoding:

// ֝ URL encoding
https://unicodefinder.com/search.php?query=%D6%9D

Encodings

MD5:

ab0b7b2aef1a5183eee52b57f45b18a1

SHA1:

56583ce0d170ec5427820c4f66cf7c243d5524c5

Base64:

1p0=