Unicode Finder

"֛" U+059B(HEBREW ACCENT TEVIR)

֛
U+059B
Nama Blok
Hebrew
Nama
HEBREW ACCENT TEVIR

Programming

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

Web

CSS
\00059B
HtmlDecimal
֛
HtmlHexadecimal
֛
Url
%D6%9B

Code

MD5
4d882d2b0192fbd6180403c701b9c1cf
Sha1
b241b80ceeb25b96d2d1314019ed579cfb1d15c5
Base64
1ps=

Contoh Penggunaan

Programming Languages

C:

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

JavaScript:

const char = '\u059B';
console.log(char);  // Output: ֛

Java:

char c = '\u059B';
System.out.println(c);  // Output: ֛

JSON:

{"text": "\u059B"}  // Value: ֛

Python:

char = '\u059B'
print(char)  # Output: ֛

Perl:

my $char = "\x{059B}";
print $char;  # Output: ֛

PHP:

$char = "\x{059B}";
echo $char;  // Output: ֛

Ruby:

char = "\u{059B}"
puts char  # Output: ֛

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#1435;</p>  <!-- Display: ֛ -->

HTML Hexadecimal:

<p>HTML hex: &#x059B;</p>  <!-- Display: ֛ -->

URL Encoding:

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

Encodings

MD5:

4d882d2b0192fbd6180403c701b9c1cf

SHA1:

b241b80ceeb25b96d2d1314019ed579cfb1d15c5

Base64:

1ps=