Unicode Finder

"勬" U+52EC(CJK UNIFIED IDEOGRAPH-52EC)

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

Programming

C
\u52EC
JavaScript
\u52EC
Java
\u52EC
Json
\u52EC
Python
\u52EC
Perl
\x{52EC}
PHP
\x{52EC}
Ruby
\u{52EC}
Rust
\u{52EC}
Go
\u52EC

Web

CSS
\0052EC
HtmlDecimal
勬
HtmlHexadecimal
勬
Url
%E5%8B%AC

Code

MD5
04402cbe11d644b12a9a5801a5805ec9
Sha1
7273123c32e128868989786031af3b929f8368d4
Base64
5Yus

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u52EC';
console.log(char);  // Output: 勬

Java:

char c = '\u52EC';
System.out.println(c);  // Output: 勬

JSON:

{"text": "\u52EC"}  // Value: 勬

Python:

char = '\u52EC'
print(char)  # Output: 勬

Perl:

my $char = "\x{52EC}";
print $char;  # Output: 勬

PHP:

$char = "\x{52EC}";
echo $char;  // Output: 勬

Ruby:

char = "\u{52EC}"
puts char  # Output: 勬

Rust:

let c = '\u{52EC}';
println!("{}", c);  // Output: 勬

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\0052EC";  /* Display: 勬 */
}

HTML Decimal:

<p>HTML decimal: &#21228;</p>  <!-- Display: 勬 -->

HTML Hexadecimal:

<p>HTML hex: &#x52EC;</p>  <!-- Display: 勬 -->

URL Encoding:

// 勬 URL encoding
https://unicodefinder.com/search.php?query=%E5%8B%AC

Encodings

MD5:

04402cbe11d644b12a9a5801a5805ec9

SHA1:

7273123c32e128868989786031af3b929f8368d4

Base64:

5Yus