Unicode Finder

"诸" U+8BF8(CJK UNIFIED IDEOGRAPH-8BF8)

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

Programming

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

Web

CSS
\008BF8
HtmlDecimal
诸
HtmlHexadecimal
诸
Url
%E8%AF%B8

Code

MD5
a9d31235c0de7c498e58687e56ec8e9b
Sha1
bf0ca47e8c8f6572d3dbd449fe400613def8a99f
Base64
6K+4

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u8BF8';
console.log(char);  // Output: 诸

Java:

char c = '\u8BF8';
System.out.println(c);  // Output: 诸

JSON:

{"text": "\u8BF8"}  // Value: 诸

Python:

char = '\u8BF8'
print(char)  # Output: 诸

Perl:

my $char = "\x{8BF8}";
print $char;  # Output: 诸

PHP:

$char = "\x{8BF8}";
echo $char;  // Output: 诸

Ruby:

char = "\u{8BF8}"
puts char  # Output: 诸

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#35832;</p>  <!-- Display: 诸 -->

HTML Hexadecimal:

<p>HTML hex: &#x8BF8;</p>  <!-- Display: 诸 -->

URL Encoding:

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

Encodings

MD5:

a9d31235c0de7c498e58687e56ec8e9b

SHA1:

bf0ca47e8c8f6572d3dbd449fe400613def8a99f

Base64:

6K+4

© 2025 Unicode Finder

诸 U+8BF8 CJK UNIFIED IDEOGRAPH-8BF8 Unicode 字符 - Unicode Finder

Contact: d2@fanqiang.me