Unicode Finder

"勐" U+52D0(CJK UNIFIED IDEOGRAPH-52D0)

U+52D0
區塊名稱
CJK Unified Ideographs
名稱
CJK UNIFIED IDEOGRAPH-52D0

Programming

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

Web

CSS
\0052D0
HtmlDecimal
勐
HtmlHexadecimal
勐
Url
%E5%8B%90

Code

MD5
7a4bc895b2c57e641d226ccfe22a6b22
Sha1
a3e6327a8a95b64a9a900e76136f1f2e00a1aecd
Base64
5YuQ

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u52D0';
console.log(char);  // Output: 勐

Java:

char c = '\u52D0';
System.out.println(c);  // Output: 勐

JSON:

{"text": "\u52D0"}  // Value: 勐

Python:

char = '\u52D0'
print(char)  # Output: 勐

Perl:

my $char = "\x{52D0}";
print $char;  # Output: 勐

PHP:

$char = "\x{52D0}";
echo $char;  // Output: 勐

Ruby:

char = "\u{52D0}"
puts char  # Output: 勐

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#21200;</p>  <!-- Display: 勐 -->

HTML Hexadecimal:

<p>HTML hex: &#x52D0;</p>  <!-- Display: 勐 -->

URL Encoding:

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

Encodings

MD5:

7a4bc895b2c57e641d226ccfe22a6b22

SHA1:

a3e6327a8a95b64a9a900e76136f1f2e00a1aecd

Base64:

5YuQ

© 2025 Unicode Finder

勐 U+52D0 CJK UNIFIED IDEOGRAPH-52D0 Unicode 字元 - Unicode Finder

Contact: d2@fanqiang.me