Unicode Finder

"勭" U+52ED(CJK UNIFIED IDEOGRAPH-52ED)

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

Programming

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

Web

CSS
\0052ED
HtmlDecimal
勭
HtmlHexadecimal
勭
Url
%E5%8B%AD

Code

MD5
924d80b2045ccbf2522ab42092f5d020
Sha1
dfe7743b44221ab16b416777c412977613c65109
Base64
5Yut

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u52ED';
console.log(char);  // Output: 勭

Java:

char c = '\u52ED';
System.out.println(c);  // Output: 勭

JSON:

{"text": "\u52ED"}  // Value: 勭

Python:

char = '\u52ED'
print(char)  # Output: 勭

Perl:

my $char = "\x{52ED}";
print $char;  # Output: 勭

PHP:

$char = "\x{52ED}";
echo $char;  // Output: 勭

Ruby:

char = "\u{52ED}"
puts char  # Output: 勭

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#21229;</p>  <!-- Display: 勭 -->

HTML Hexadecimal:

<p>HTML hex: &#x52ED;</p>  <!-- Display: 勭 -->

URL Encoding:

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

Encodings

MD5:

924d80b2045ccbf2522ab42092f5d020

SHA1:

dfe7743b44221ab16b416777c412977613c65109

Base64:

5Yut

© 2025 Unicode Finder

勭 U+52ED CJK UNIFIED IDEOGRAPH-52ED Unicode 字符 - Unicode Finder

Contact: d2@fanqiang.me