Unicode Finder

"劌" U+528C(CJK UNIFIED IDEOGRAPH-528C)

U+528C
区块名称
CJK Unified Ideographs
名称
CJK UNIFIED IDEOGRAPH-528C

Programming

C
\u528C
JavaScript
\u528C
Java
\u528C
Json
\u528C
Python
\u528C
Perl
\x{528C}
PHP
\x{528C}
Ruby
\u{528C}
Rust
\u{528C}
Go
\u528C

Web

CSS
\00528C
HtmlDecimal
劌
HtmlHexadecimal
劌
Url
%E5%8A%8C

Code

MD5
3d0bac2cebd91349d1404783200ac2d1
Sha1
a42088380e98b9e81fef26aa6d3fc37f9ad72156
Base64
5YqM

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u528C';
console.log(char);  // Output: 劌

Java:

char c = '\u528C';
System.out.println(c);  // Output: 劌

JSON:

{"text": "\u528C"}  // Value: 劌

Python:

char = '\u528C'
print(char)  # Output: 劌

Perl:

my $char = "\x{528C}";
print $char;  # Output: 劌

PHP:

$char = "\x{528C}";
echo $char;  // Output: 劌

Ruby:

char = "\u{528C}"
puts char  # Output: 劌

Rust:

let c = '\u{528C}';
println!("{}", c);  // Output: 劌

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\00528C";  /* Display: 劌 */
}

HTML Decimal:

<p>HTML decimal: &#21132;</p>  <!-- Display: 劌 -->

HTML Hexadecimal:

<p>HTML hex: &#x528C;</p>  <!-- Display: 劌 -->

URL Encoding:

// 劌 URL encoding
https://unicodefinder.com/search.php?query=%E5%8A%8C

Encodings

MD5:

3d0bac2cebd91349d1404783200ac2d1

SHA1:

a42088380e98b9e81fef26aa6d3fc37f9ad72156

Base64:

5YqM