Unicode Finder

"赺" U+8D7A(CJK UNIFIED IDEOGRAPH-8D7A)

U+8D7A
区块名称
CJK Unified Ideographs
名称
CJK UNIFIED IDEOGRAPH-8D7A

Programming

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

Web

CSS
\008D7A
HtmlDecimal
赺
HtmlHexadecimal
赺
Url
%E8%B5%BA

Code

MD5
45715e4928cce0e61fe012b4da294793
Sha1
8103eb74a662e27445b50ea0d5c213f68d9200dd
Base64
6LW6

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u8D7A';
console.log(char);  // Output: 赺

Java:

char c = '\u8D7A';
System.out.println(c);  // Output: 赺

JSON:

{"text": "\u8D7A"}  // Value: 赺

Python:

char = '\u8D7A'
print(char)  # Output: 赺

Perl:

my $char = "\x{8D7A}";
print $char;  # Output: 赺

PHP:

$char = "\x{8D7A}";
echo $char;  // Output: 赺

Ruby:

char = "\u{8D7A}"
puts char  # Output: 赺

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#36218;</p>  <!-- Display: 赺 -->

HTML Hexadecimal:

<p>HTML hex: &#x8D7A;</p>  <!-- Display: 赺 -->

URL Encoding:

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

Encodings

MD5:

45715e4928cce0e61fe012b4da294793

SHA1:

8103eb74a662e27445b50ea0d5c213f68d9200dd

Base64:

6LW6