Unicode Finder

"讥" U+8BA5(CJK UNIFIED IDEOGRAPH-8BA5)

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

Programming

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

Web

CSS
\008BA5
HtmlDecimal
讥
HtmlHexadecimal
讥
Url
%E8%AE%A5

Code

MD5
a2bf8942e719023d847c5eb8fcc86326
Sha1
a5448256ecfb3c26eee96bbb8a0c849a1f270e08
Base64
6K6l

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u8BA5';
console.log(char);  // Output: 讥

Java:

char c = '\u8BA5';
System.out.println(c);  // Output: 讥

JSON:

{"text": "\u8BA5"}  // Value: 讥

Python:

char = '\u8BA5'
print(char)  # Output: 讥

Perl:

my $char = "\x{8BA5}";
print $char;  # Output: 讥

PHP:

$char = "\x{8BA5}";
echo $char;  // Output: 讥

Ruby:

char = "\u{8BA5}"
puts char  # Output: 讥

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#35749;</p>  <!-- Display: 讥 -->

HTML Hexadecimal:

<p>HTML hex: &#x8BA5;</p>  <!-- Display: 讥 -->

URL Encoding:

// 讥 URL encoding
https://unicodefinder.com/search.php?query=%E8%AE%A5

Encodings

MD5:

a2bf8942e719023d847c5eb8fcc86326

SHA1:

a5448256ecfb3c26eee96bbb8a0c849a1f270e08

Base64:

6K6l