Unicode Finder

"睪" U+776A(CJK UNIFIED IDEOGRAPH-776A)

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

Programming

C
\u776A
JavaScript
\u776A
Java
\u776A
Json
\u776A
Python
\u776A
Perl
\x{776A}
PHP
\x{776A}
Ruby
\u{776A}
Rust
\u{776A}
Go
\u776A

Web

CSS
\00776A
HtmlDecimal
睪
HtmlHexadecimal
睪
Url
%E7%9D%AA

Code

MD5
0eacf297292651f2e589e2ccdfa68d51
Sha1
f9f9f2ea2f4411af763f11564910c25c9982b2ba
Base64
552q

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u776A';
console.log(char);  // Output: 睪

Java:

char c = '\u776A';
System.out.println(c);  // Output: 睪

JSON:

{"text": "\u776A"}  // Value: 睪

Python:

char = '\u776A'
print(char)  # Output: 睪

Perl:

my $char = "\x{776A}";
print $char;  # Output: 睪

PHP:

$char = "\x{776A}";
echo $char;  // Output: 睪

Ruby:

char = "\u{776A}"
puts char  # Output: 睪

Rust:

let c = '\u{776A}';
println!("{}", c);  // Output: 睪

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\00776A";  /* Display: 睪 */
}

HTML Decimal:

<p>HTML decimal: &#30570;</p>  <!-- Display: 睪 -->

HTML Hexadecimal:

<p>HTML hex: &#x776A;</p>  <!-- Display: 睪 -->

URL Encoding:

// 睪 URL encoding
https://unicodefinder.com/search.php?query=%E7%9D%AA

Encodings

MD5:

0eacf297292651f2e589e2ccdfa68d51

SHA1:

f9f9f2ea2f4411af763f11564910c25c9982b2ba

Base64:

552q