Unicode Finder

"眹" U+7739(CJK UNIFIED IDEOGRAPH-7739)

U+7739
區塊名稱
CJK Unified Ideographs
名稱
CJK UNIFIED IDEOGRAPH-7739

Programming

C
\u7739
JavaScript
\u7739
Java
\u7739
Json
\u7739
Python
\u7739
Perl
\x{7739}
PHP
\x{7739}
Ruby
\u{7739}
Rust
\u{7739}
Go
\u7739

Web

CSS
\007739
HtmlDecimal
眹
HtmlHexadecimal
眹
Url
%E7%9C%B9

Code

MD5
0a6c7c42f3c89c5587d5583ddf1dd270
Sha1
2eb5278914d74e8fe5c5ee8752739eeded22751d
Base64
55y5

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u7739';
console.log(char);  // Output: 眹

Java:

char c = '\u7739';
System.out.println(c);  // Output: 眹

JSON:

{"text": "\u7739"}  // Value: 眹

Python:

char = '\u7739'
print(char)  # Output: 眹

Perl:

my $char = "\x{7739}";
print $char;  # Output: 眹

PHP:

$char = "\x{7739}";
echo $char;  // Output: 眹

Ruby:

char = "\u{7739}"
puts char  # Output: 眹

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\007739";  /* Display: 眹 */
}

HTML Decimal:

<p>HTML decimal: &#30521;</p>  <!-- Display: 眹 -->

HTML Hexadecimal:

<p>HTML hex: &#x7739;</p>  <!-- Display: 眹 -->

URL Encoding:

// 眹 URL encoding
https://unicodefinder.com/search.php?query=%E7%9C%B9

Encodings

MD5:

0a6c7c42f3c89c5587d5583ddf1dd270

SHA1:

2eb5278914d74e8fe5c5ee8752739eeded22751d

Base64:

55y5