Unicode Finder

"挹" U+6339(CJK UNIFIED IDEOGRAPH-6339)

U+6339
区块名称
CJK Unified Ideographs
名称
CJK UNIFIED IDEOGRAPH-6339

Programming

C
\u6339
JavaScript
\u6339
Java
\u6339
Json
\u6339
Python
\u6339
Perl
\x{6339}
PHP
\x{6339}
Ruby
\u{6339}
Rust
\u{6339}
Go
\u6339

Web

CSS
\006339
HtmlDecimal
挹
HtmlHexadecimal
挹
Url
%E6%8C%B9

Code

MD5
df3dd60ec4911d1c960caf7ef8fcaf59
Sha1
6f0eae1b94283f171003f0efe194321a3c5d1e2e
Base64
5oy5

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u6339';
console.log(char);  // Output: 挹

Java:

char c = '\u6339';
System.out.println(c);  // Output: 挹

JSON:

{"text": "\u6339"}  // Value: 挹

Python:

char = '\u6339'
print(char)  # Output: 挹

Perl:

my $char = "\x{6339}";
print $char;  # Output: 挹

PHP:

$char = "\x{6339}";
echo $char;  // Output: 挹

Ruby:

char = "\u{6339}"
puts char  # Output: 挹

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\006339";  /* Display: 挹 */
}

HTML Decimal:

<p>HTML decimal: &#25401;</p>  <!-- Display: 挹 -->

HTML Hexadecimal:

<p>HTML hex: &#x6339;</p>  <!-- Display: 挹 -->

URL Encoding:

// 挹 URL encoding
https://unicodefinder.com/search.php?query=%E6%8C%B9

Encodings

MD5:

df3dd60ec4911d1c960caf7ef8fcaf59

SHA1:

6f0eae1b94283f171003f0efe194321a3c5d1e2e

Base64:

5oy5