Unicode Finder

"详" U+8BE6(CJK UNIFIED IDEOGRAPH-8BE6)

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

Programming

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

Web

CSS
\008BE6
HtmlDecimal
详
HtmlHexadecimal
详
Url
%E8%AF%A6

Code

MD5
9e411ddb4bb9dd49b5de2cf38837b95b
Sha1
1e9df6a3e95de2c4e2ce763f1e65cb651fa8e89e
Base64
6K+m

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u8BE6';
console.log(char);  // Output: 详

Java:

char c = '\u8BE6';
System.out.println(c);  // Output: 详

JSON:

{"text": "\u8BE6"}  // Value: 详

Python:

char = '\u8BE6'
print(char)  # Output: 详

Perl:

my $char = "\x{8BE6}";
print $char;  # Output: 详

PHP:

$char = "\x{8BE6}";
echo $char;  // Output: 详

Ruby:

char = "\u{8BE6}"
puts char  # Output: 详

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#35814;</p>  <!-- Display: 详 -->

HTML Hexadecimal:

<p>HTML hex: &#x8BE6;</p>  <!-- Display: 详 -->

URL Encoding:

// 详 URL encoding
https://unicodefinder.com/search.php?query=%E8%AF%A6

Encodings

MD5:

9e411ddb4bb9dd49b5de2cf38837b95b

SHA1:

1e9df6a3e95de2c4e2ce763f1e65cb651fa8e89e

Base64:

6K+m