Unicode Finder

"讛" U+8B9B(CJK UNIFIED IDEOGRAPH-8B9B)

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

Programming

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

Web

CSS
\008B9B
HtmlDecimal
讛
HtmlHexadecimal
讛
Url
%E8%AE%9B

Code

MD5
9625d917af71027d2f974bae643b1411
Sha1
daebc573bf842b2a4f27473547550135ba629afb
Base64
6K6b

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u8B9B';
console.log(char);  // Output: 讛

Java:

char c = '\u8B9B';
System.out.println(c);  // Output: 讛

JSON:

{"text": "\u8B9B"}  // Value: 讛

Python:

char = '\u8B9B'
print(char)  # Output: 讛

Perl:

my $char = "\x{8B9B}";
print $char;  # Output: 讛

PHP:

$char = "\x{8B9B}";
echo $char;  // Output: 讛

Ruby:

char = "\u{8B9B}"
puts char  # Output: 讛

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#35739;</p>  <!-- Display: 讛 -->

HTML Hexadecimal:

<p>HTML hex: &#x8B9B;</p>  <!-- Display: 讛 -->

URL Encoding:

// 讛 URL encoding
https://unicodefinder.com/search.php?query=%E8%AE%9B

Encodings

MD5:

9625d917af71027d2f974bae643b1411

SHA1:

daebc573bf842b2a4f27473547550135ba629afb

Base64:

6K6b

© 2025 Unicode Finder

讛 U+8B9B CJK UNIFIED IDEOGRAPH-8B9B Unicode 字元 - Unicode Finder

Contact: d2@fanqiang.me