Unicode Finder

"勶" U+52F6(CJK UNIFIED IDEOGRAPH-52F6)

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

Programming

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

Web

CSS
\0052F6
HtmlDecimal
勶
HtmlHexadecimal
勶
Url
%E5%8B%B6

Code

MD5
3727c977e7894d6f1416a6323e0af3b0
Sha1
f0e465e0292701f6ccf86371feb1846251b438ed
Base64
5Yu2

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u52F6';
console.log(char);  // Output: 勶

Java:

char c = '\u52F6';
System.out.println(c);  // Output: 勶

JSON:

{"text": "\u52F6"}  // Value: 勶

Python:

char = '\u52F6'
print(char)  # Output: 勶

Perl:

my $char = "\x{52F6}";
print $char;  # Output: 勶

PHP:

$char = "\x{52F6}";
echo $char;  // Output: 勶

Ruby:

char = "\u{52F6}"
puts char  # Output: 勶

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#21238;</p>  <!-- Display: 勶 -->

HTML Hexadecimal:

<p>HTML hex: &#x52F6;</p>  <!-- Display: 勶 -->

URL Encoding:

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

Encodings

MD5:

3727c977e7894d6f1416a6323e0af3b0

SHA1:

f0e465e0292701f6ccf86371feb1846251b438ed

Base64:

5Yu2