Unicode Finder

"诉" U+8BC9(CJK UNIFIED IDEOGRAPH-8BC9)

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

Programming

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

Web

CSS
\008BC9
HtmlDecimal
诉
HtmlHexadecimal
诉
Url
%E8%AF%89

Code

MD5
6041de436684c6dd4e7750bee682e7cc
Sha1
78d3c505451c70ffb6630cd976281a90e5571b2d
Base64
6K+J

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u8BC9';
console.log(char);  // Output: 诉

Java:

char c = '\u8BC9';
System.out.println(c);  // Output: 诉

JSON:

{"text": "\u8BC9"}  // Value: 诉

Python:

char = '\u8BC9'
print(char)  # Output: 诉

Perl:

my $char = "\x{8BC9}";
print $char;  # Output: 诉

PHP:

$char = "\x{8BC9}";
echo $char;  // Output: 诉

Ruby:

char = "\u{8BC9}"
puts char  # Output: 诉

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#35785;</p>  <!-- Display: 诉 -->

HTML Hexadecimal:

<p>HTML hex: &#x8BC9;</p>  <!-- Display: 诉 -->

URL Encoding:

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

Encodings

MD5:

6041de436684c6dd4e7750bee682e7cc

SHA1:

78d3c505451c70ffb6630cd976281a90e5571b2d

Base64:

6K+J