Unicode Finder

"夹" U+5939(CJK UNIFIED IDEOGRAPH-5939)

U+5939
ブロック名
CJK Unified Ideographs
名前
CJK UNIFIED IDEOGRAPH-5939

Programming

C
\u5939
JavaScript
\u5939
Java
\u5939
Json
\u5939
Python
\u5939
Perl
\x{5939}
PHP
\x{5939}
Ruby
\u{5939}
Rust
\u{5939}
Go
\u5939

Web

CSS
\005939
HtmlDecimal
夹
HtmlHexadecimal
夹
Url
%E5%A4%B9

Code

MD5
0589b8f9e5033b1c72dd5536d23dd404
Sha1
d256115cdcd938ec3f32359a21351c858635522d
Base64
5aS5

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u5939';
console.log(char);  // Output: 夹

Java:

char c = '\u5939';
System.out.println(c);  // Output: 夹

JSON:

{"text": "\u5939"}  // Value: 夹

Python:

char = '\u5939'
print(char)  # Output: 夹

Perl:

my $char = "\x{5939}";
print $char;  # Output: 夹

PHP:

$char = "\x{5939}";
echo $char;  // Output: 夹

Ruby:

char = "\u{5939}"
puts char  # Output: 夹

Rust:

let c = '\u{5939}';
println!("{}", c);  // Output: 夹

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\005939";  /* Display: 夹 */
}

HTML Decimal:

<p>HTML decimal: &#22841;</p>  <!-- Display: 夹 -->

HTML Hexadecimal:

<p>HTML hex: &#x5939;</p>  <!-- Display: 夹 -->

URL Encoding:

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

Encodings

MD5:

0589b8f9e5033b1c72dd5536d23dd404

SHA1:

d256115cdcd938ec3f32359a21351c858635522d

Base64:

5aS5