Unicode Finder

"诀" U+8BC0(CJK UNIFIED IDEOGRAPH-8BC0)

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

Programming

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

Web

CSS
\008BC0
HtmlDecimal
诀
HtmlHexadecimal
诀
Url
%E8%AF%80

Code

MD5
36a6e0a0e8188bbd7fc7a8dec6a38018
Sha1
a77520fe86447b2e4570352b37b2d0f21167a354
Base64
6K+A

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u8BC0';
console.log(char);  // Output: 诀

Java:

char c = '\u8BC0';
System.out.println(c);  // Output: 诀

JSON:

{"text": "\u8BC0"}  // Value: 诀

Python:

char = '\u8BC0'
print(char)  # Output: 诀

Perl:

my $char = "\x{8BC0}";
print $char;  # Output: 诀

PHP:

$char = "\x{8BC0}";
echo $char;  // Output: 诀

Ruby:

char = "\u{8BC0}"
puts char  # Output: 诀

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#35776;</p>  <!-- Display: 诀 -->

HTML Hexadecimal:

<p>HTML hex: &#x8BC0;</p>  <!-- Display: 诀 -->

URL Encoding:

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

Encodings

MD5:

36a6e0a0e8188bbd7fc7a8dec6a38018

SHA1:

a77520fe86447b2e4570352b37b2d0f21167a354

Base64:

6K+A