Unicode Finder

"讟" U+8B9F(CJK UNIFIED IDEOGRAPH-8B9F)

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

Programming

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

Web

CSS
\008B9F
HtmlDecimal
讟
HtmlHexadecimal
讟
Url
%E8%AE%9F

Code

MD5
0ff850b8f275361e3b9cc00d5284402e
Sha1
bb0a979b0658032f81a280f7c14fb4c8e86c57d4
Base64
6K6f

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u8B9F';
console.log(char);  // Output: 讟

Java:

char c = '\u8B9F';
System.out.println(c);  // Output: 讟

JSON:

{"text": "\u8B9F"}  // Value: 讟

Python:

char = '\u8B9F'
print(char)  # Output: 讟

Perl:

my $char = "\x{8B9F}";
print $char;  # Output: 讟

PHP:

$char = "\x{8B9F}";
echo $char;  // Output: 讟

Ruby:

char = "\u{8B9F}"
puts char  # Output: 讟

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#35743;</p>  <!-- Display: 讟 -->

HTML Hexadecimal:

<p>HTML hex: &#x8B9F;</p>  <!-- Display: 讟 -->

URL Encoding:

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

Encodings

MD5:

0ff850b8f275361e3b9cc00d5284402e

SHA1:

bb0a979b0658032f81a280f7c14fb4c8e86c57d4

Base64:

6K6f

© 2025 Unicode Finder

讟 U+8B9F CJK UNIFIED IDEOGRAPH-8B9F Unicode 字元 - Unicode Finder

Contact: d2@fanqiang.me