Unicode Finder

"贺" U+8D3A(CJK UNIFIED IDEOGRAPH-8D3A)

U+8D3A
區塊名稱
CJK Unified Ideographs
名稱
CJK UNIFIED IDEOGRAPH-8D3A

Programming

C
\u8D3A
JavaScript
\u8D3A
Java
\u8D3A
Json
\u8D3A
Python
\u8D3A
Perl
\x{8D3A}
PHP
\x{8D3A}
Ruby
\u{8D3A}
Rust
\u{8D3A}
Go
\u8D3A

Web

CSS
\008D3A
HtmlDecimal
贺
HtmlHexadecimal
贺
Url
%E8%B4%BA

Code

MD5
058824fffe49da83ce9c0584478623b3
Sha1
4c0d7627852a01f94f23f64bf56b16a8bf52685d
Base64
6LS6

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u8D3A';
console.log(char);  // Output: 贺

Java:

char c = '\u8D3A';
System.out.println(c);  // Output: 贺

JSON:

{"text": "\u8D3A"}  // Value: 贺

Python:

char = '\u8D3A'
print(char)  # Output: 贺

Perl:

my $char = "\x{8D3A}";
print $char;  # Output: 贺

PHP:

$char = "\x{8D3A}";
echo $char;  // Output: 贺

Ruby:

char = "\u{8D3A}"
puts char  # Output: 贺

Rust:

let c = '\u{8D3A}';
println!("{}", c);  // Output: 贺

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\008D3A";  /* Display: 贺 */
}

HTML Decimal:

<p>HTML decimal: &#36154;</p>  <!-- Display: 贺 -->

HTML Hexadecimal:

<p>HTML hex: &#x8D3A;</p>  <!-- Display: 贺 -->

URL Encoding:

// 贺 URL encoding
https://unicodefinder.com/search.php?query=%E8%B4%BA

Encodings

MD5:

058824fffe49da83ce9c0584478623b3

SHA1:

4c0d7627852a01f94f23f64bf56b16a8bf52685d

Base64:

6LS6