Unicode Finder

"夾" U+593E(CJK UNIFIED IDEOGRAPH-593E)

U+593E
اسم الكتلة
CJK Unified Ideographs
الاسم
CJK UNIFIED IDEOGRAPH-593E

Programming

C
\u593E
JavaScript
\u593E
Java
\u593E
Json
\u593E
Python
\u593E
Perl
\x{593E}
PHP
\x{593E}
Ruby
\u{593E}
Rust
\u{593E}
Go
\u593E

Web

CSS
\00593E
HtmlDecimal
夾
HtmlHexadecimal
夾
Url
%E5%A4%BE

Code

MD5
97fbd68a88f8bf39bda15efda15e383e
Sha1
2b2f8ec0330ee0920823430848c7ed50a9fcec92
Base64
5aS+

أمثلة الاستخدام

Programming Languages

C:

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

JavaScript:

const char = '\u593E';
console.log(char);  // Output: 夾

Java:

char c = '\u593E';
System.out.println(c);  // Output: 夾

JSON:

{"text": "\u593E"}  // Value: 夾

Python:

char = '\u593E'
print(char)  # Output: 夾

Perl:

my $char = "\x{593E}";
print $char;  # Output: 夾

PHP:

$char = "\x{593E}";
echo $char;  // Output: 夾

Ruby:

char = "\u{593E}"
puts char  # Output: 夾

Rust:

let c = '\u{593E}';
println!("{}", c);  // Output: 夾

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\00593E";  /* Display: 夾 */
}

HTML Decimal:

<p>HTML decimal: &#22846;</p>  <!-- Display: 夾 -->

HTML Hexadecimal:

<p>HTML hex: &#x593E;</p>  <!-- Display: 夾 -->

URL Encoding:

// 夾 URL encoding
https://unicodefinder.com/search.php?query=%E5%A4%BE

Encodings

MD5:

97fbd68a88f8bf39bda15efda15e383e

SHA1:

2b2f8ec0330ee0920823430848c7ed50a9fcec92

Base64:

5aS+