Unicode Finder

"睌" U+774C(CJK UNIFIED IDEOGRAPH-774C)

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

Programming

C
\u774C
JavaScript
\u774C
Java
\u774C
Json
\u774C
Python
\u774C
Perl
\x{774C}
PHP
\x{774C}
Ruby
\u{774C}
Rust
\u{774C}
Go
\u774C

Web

CSS
\00774C
HtmlDecimal
睌
HtmlHexadecimal
睌
Url
%E7%9D%8C

Code

MD5
fd7d5e77c26fd1ed8f58c3d0255c9c9c
Sha1
42a26f4599fd489af7fbedd567c2c1ec9e55eac4
Base64
552M

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u774C';
console.log(char);  // Output: 睌

Java:

char c = '\u774C';
System.out.println(c);  // Output: 睌

JSON:

{"text": "\u774C"}  // Value: 睌

Python:

char = '\u774C'
print(char)  # Output: 睌

Perl:

my $char = "\x{774C}";
print $char;  # Output: 睌

PHP:

$char = "\x{774C}";
echo $char;  // Output: 睌

Ruby:

char = "\u{774C}"
puts char  # Output: 睌

Rust:

let c = '\u{774C}';
println!("{}", c);  // Output: 睌

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\00774C";  /* Display: 睌 */
}

HTML Decimal:

<p>HTML decimal: &#30540;</p>  <!-- Display: 睌 -->

HTML Hexadecimal:

<p>HTML hex: &#x774C;</p>  <!-- Display: 睌 -->

URL Encoding:

// 睌 URL encoding
https://unicodefinder.com/search.php?query=%E7%9D%8C

Encodings

MD5:

fd7d5e77c26fd1ed8f58c3d0255c9c9c

SHA1:

42a26f4599fd489af7fbedd567c2c1ec9e55eac4

Base64:

552M