Unicode Finder

"勴" U+52F4(CJK UNIFIED IDEOGRAPH-52F4)

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

Programming

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

Web

CSS
\0052F4
HtmlDecimal
勴
HtmlHexadecimal
勴
Url
%E5%8B%B4

Code

MD5
a4ea154621f908c153a4b979b7973094
Sha1
3e390bf212d3428cf8d0ba58ca3effdc18905278
Base64
5Yu0

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u52F4';
console.log(char);  // Output: 勴

Java:

char c = '\u52F4';
System.out.println(c);  // Output: 勴

JSON:

{"text": "\u52F4"}  // Value: 勴

Python:

char = '\u52F4'
print(char)  # Output: 勴

Perl:

my $char = "\x{52F4}";
print $char;  # Output: 勴

PHP:

$char = "\x{52F4}";
echo $char;  // Output: 勴

Ruby:

char = "\u{52F4}"
puts char  # Output: 勴

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#21236;</p>  <!-- Display: 勴 -->

HTML Hexadecimal:

<p>HTML hex: &#x52F4;</p>  <!-- Display: 勴 -->

URL Encoding:

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

Encodings

MD5:

a4ea154621f908c153a4b979b7973094

SHA1:

3e390bf212d3428cf8d0ba58ca3effdc18905278

Base64:

5Yu0