Unicode Finder

"读" U+8BFB(CJK UNIFIED IDEOGRAPH-8BFB)

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

Programming

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

Web

CSS
\008BFB
HtmlDecimal
读
HtmlHexadecimal
读
Url
%E8%AF%BB

Code

MD5
75769d1ac812a1d9556e5a79416a1def
Sha1
d001fffdd28f0a6d2fb0ca8a6f231e061c784d52
Base64
6K+7

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u8BFB';
console.log(char);  // Output: 读

Java:

char c = '\u8BFB';
System.out.println(c);  // Output: 读

JSON:

{"text": "\u8BFB"}  // Value: 读

Python:

char = '\u8BFB'
print(char)  # Output: 读

Perl:

my $char = "\x{8BFB}";
print $char;  # Output: 读

PHP:

$char = "\x{8BFB}";
echo $char;  // Output: 读

Ruby:

char = "\u{8BFB}"
puts char  # Output: 读

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#35835;</p>  <!-- Display: 读 -->

HTML Hexadecimal:

<p>HTML hex: &#x8BFB;</p>  <!-- Display: 读 -->

URL Encoding:

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

Encodings

MD5:

75769d1ac812a1d9556e5a79416a1def

SHA1:

d001fffdd28f0a6d2fb0ca8a6f231e061c784d52

Base64:

6K+7