Unicode Finder

"诵" U+8BF5(CJK UNIFIED IDEOGRAPH-8BF5)

U+8BF5
区块名称
CJK Unified Ideographs
名称
CJK UNIFIED IDEOGRAPH-8BF5

Programming

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

Web

CSS
\008BF5
HtmlDecimal
诵
HtmlHexadecimal
诵
Url
%E8%AF%B5

Code

MD5
715ef12657baacc738dcb9883ab119c4
Sha1
871e5c69daf8304f881fcd22ee0d26f1c4b3b83c
Base64
6K+1

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u8BF5';
console.log(char);  // Output: 诵

Java:

char c = '\u8BF5';
System.out.println(c);  // Output: 诵

JSON:

{"text": "\u8BF5"}  // Value: 诵

Python:

char = '\u8BF5'
print(char)  # Output: 诵

Perl:

my $char = "\x{8BF5}";
print $char;  # Output: 诵

PHP:

$char = "\x{8BF5}";
echo $char;  // Output: 诵

Ruby:

char = "\u{8BF5}"
puts char  # Output: 诵

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#35829;</p>  <!-- Display: 诵 -->

HTML Hexadecimal:

<p>HTML hex: &#x8BF5;</p>  <!-- Display: 诵 -->

URL Encoding:

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

Encodings

MD5:

715ef12657baacc738dcb9883ab119c4

SHA1:

871e5c69daf8304f881fcd22ee0d26f1c4b3b83c

Base64:

6K+1