Unicode Finder

"勅" U+52C5(CJK UNIFIED IDEOGRAPH-52C5)

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

Programming

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

Web

CSS
\0052C5
HtmlDecimal
勅
HtmlHexadecimal
勅
Url
%E5%8B%85

Code

MD5
2c503bd20b8530e63c9b331377b2279b
Sha1
2c58f8ca53661be0021c254d25accb90c4c235bf
Base64
5YuF

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u52C5';
console.log(char);  // Output: 勅

Java:

char c = '\u52C5';
System.out.println(c);  // Output: 勅

JSON:

{"text": "\u52C5"}  // Value: 勅

Python:

char = '\u52C5'
print(char)  # Output: 勅

Perl:

my $char = "\x{52C5}";
print $char;  # Output: 勅

PHP:

$char = "\x{52C5}";
echo $char;  // Output: 勅

Ruby:

char = "\u{52C5}"
puts char  # Output: 勅

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#21189;</p>  <!-- Display: 勅 -->

HTML Hexadecimal:

<p>HTML hex: &#x52C5;</p>  <!-- Display: 勅 -->

URL Encoding:

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

Encodings

MD5:

2c503bd20b8530e63c9b331377b2279b

SHA1:

2c58f8ca53661be0021c254d25accb90c4c235bf

Base64:

5YuF