Unicode Finder

"睋" U+774B(CJK UNIFIED IDEOGRAPH-774B)

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

Programming

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

Web

CSS
\00774B
HtmlDecimal
睋
HtmlHexadecimal
睋
Url
%E7%9D%8B

Code

MD5
f5254b4dfcfa971011003654e4ec65f1
Sha1
21bb5adf73a54891deda41ae09af690e487b2e21
Base64
552L

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u774B';
console.log(char);  // Output: 睋

Java:

char c = '\u774B';
System.out.println(c);  // Output: 睋

JSON:

{"text": "\u774B"}  // Value: 睋

Python:

char = '\u774B'
print(char)  # Output: 睋

Perl:

my $char = "\x{774B}";
print $char;  # Output: 睋

PHP:

$char = "\x{774B}";
echo $char;  // Output: 睋

Ruby:

char = "\u{774B}"
puts char  # Output: 睋

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#30539;</p>  <!-- Display: 睋 -->

HTML Hexadecimal:

<p>HTML hex: &#x774B;</p>  <!-- Display: 睋 -->

URL Encoding:

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

Encodings

MD5:

f5254b4dfcfa971011003654e4ec65f1

SHA1:

21bb5adf73a54891deda41ae09af690e487b2e21

Base64:

552L